QuaternionKeyFrameCollection.FreezeCore Method
.NET Framework 4.5
Makes this instance of QuaternionKeyFrameCollection read-only or determines whether it can be made read-only.
Namespace: System.Windows.Media.Animation
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- isChecking
- Type: System.Boolean
true to check if this instance can be frozen; false to freeze this instance.
Return Value
Type: System.BooleanIf isChecking is true, this method returns true if this instance can be made read-only, or false if it cannot be made read-only. If isChecking is false, this method returns true if this instance is now read-only, or false if it cannot be made read-only, with the side effect of having begun to change the frozen status of this object.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.