46 references to Freeze
PresentationCore (44)
Core\CSharp\System\Windows\FreezableCollection.cs (1)
946canFreeze &= Freezable.Freeze(itemAsFreezable, isChecking);
Core\CSharp\System\Windows\Media\Animation\Generated\BooleanAnimationUsingKeyFrames.cs (1)
93canFreeze &= Freezable.Freeze(_keyFrames, isChecking);
Core\CSharp\System\Windows\Media\Animation\Generated\BooleanKeyFrameCollection.cs (1)
189canFreeze &= Freezable.Freeze(_keyFrames[i], isChecking);
Core\CSharp\System\Windows\Media\Animation\Generated\ByteAnimationUsingKeyFrames.cs (1)
93canFreeze &= Freezable.Freeze(_keyFrames, isChecking);
Core\CSharp\System\Windows\Media\Animation\Generated\ByteKeyFrameCollection.cs (1)
189canFreeze &= Freezable.Freeze(_keyFrames[i], isChecking);
Core\CSharp\System\Windows\Media\Animation\Generated\CharAnimationUsingKeyFrames.cs (1)
93canFreeze &= Freezable.Freeze(_keyFrames, isChecking);
Core\CSharp\System\Windows\Media\Animation\Generated\CharKeyFrameCollection.cs (1)
189canFreeze &= Freezable.Freeze(_keyFrames[i], isChecking);
Core\CSharp\System\Windows\Media\Animation\Generated\ColorAnimationUsingKeyFrames.cs (1)
93canFreeze &= Freezable.Freeze(_keyFrames, isChecking);
Core\CSharp\System\Windows\Media\Animation\Generated\ColorKeyFrameCollection.cs (1)
189canFreeze &= Freezable.Freeze(_keyFrames[i], isChecking);
Core\CSharp\System\Windows\Media\Animation\Generated\DecimalAnimationUsingKeyFrames.cs (1)
93canFreeze &= Freezable.Freeze(_keyFrames, isChecking);
Core\CSharp\System\Windows\Media\Animation\Generated\DecimalKeyFrameCollection.cs (1)
189canFreeze &= Freezable.Freeze(_keyFrames[i], isChecking);
Core\CSharp\System\Windows\Media\Animation\Generated\DoubleAnimationUsingKeyFrames.cs (1)
93canFreeze &= Freezable.Freeze(_keyFrames, isChecking);
Core\CSharp\System\Windows\Media\Animation\Generated\DoubleKeyFrameCollection.cs (1)
189canFreeze &= Freezable.Freeze(_keyFrames[i], isChecking);
Core\CSharp\System\Windows\Media\Animation\Generated\Int16AnimationUsingKeyFrames.cs (1)
93canFreeze &= Freezable.Freeze(_keyFrames, isChecking);
Core\CSharp\System\Windows\Media\Animation\Generated\Int16KeyFrameCollection.cs (1)
189canFreeze &= Freezable.Freeze(_keyFrames[i], isChecking);
Core\CSharp\System\Windows\Media\Animation\Generated\Int32AnimationUsingKeyFrames.cs (1)
93canFreeze &= Freezable.Freeze(_keyFrames, isChecking);
Core\CSharp\System\Windows\Media\Animation\Generated\Int32KeyFrameCollection.cs (1)
189canFreeze &= Freezable.Freeze(_keyFrames[i], isChecking);
Core\CSharp\System\Windows\Media\Animation\Generated\Int64AnimationUsingKeyFrames.cs (1)
93canFreeze &= Freezable.Freeze(_keyFrames, isChecking);
Core\CSharp\System\Windows\Media\Animation\Generated\Int64KeyFrameCollection.cs (1)
189canFreeze &= Freezable.Freeze(_keyFrames[i], isChecking);
Core\CSharp\System\Windows\Media\Animation\Generated\MatrixAnimationUsingKeyFrames.cs (1)
93canFreeze &= Freezable.Freeze(_keyFrames, isChecking);
Core\CSharp\System\Windows\Media\Animation\Generated\MatrixKeyFrameCollection.cs (1)
189canFreeze &= Freezable.Freeze(_keyFrames[i], isChecking);
Core\CSharp\System\Windows\Media\Animation\Generated\ObjectAnimationUsingKeyFrames.cs (1)
93canFreeze &= Freezable.Freeze(_keyFrames, isChecking);
Core\CSharp\System\Windows\Media\Animation\Generated\ObjectKeyFrameCollection.cs (1)
189canFreeze &= Freezable.Freeze(_keyFrames[i], isChecking);
Core\CSharp\System\Windows\Media\Animation\Generated\Point3DAnimationUsingKeyFrames.cs (1)
93canFreeze &= Freezable.Freeze(_keyFrames, isChecking);
Core\CSharp\System\Windows\Media\Animation\Generated\Point3DKeyFrameCollection.cs (1)
189canFreeze &= Freezable.Freeze(_keyFrames[i], isChecking);
Core\CSharp\System\Windows\Media\Animation\Generated\PointAnimationUsingKeyFrames.cs (1)
93canFreeze &= Freezable.Freeze(_keyFrames, isChecking);
Core\CSharp\System\Windows\Media\Animation\Generated\PointKeyFrameCollection.cs (1)
189canFreeze &= Freezable.Freeze(_keyFrames[i], isChecking);
Core\CSharp\System\Windows\Media\Animation\Generated\QuaternionAnimationUsingKeyFrames.cs (1)
93canFreeze &= Freezable.Freeze(_keyFrames, isChecking);
Core\CSharp\System\Windows\Media\Animation\Generated\QuaternionKeyFrameCollection.cs (1)
189canFreeze &= Freezable.Freeze(_keyFrames[i], isChecking);
Core\CSharp\System\Windows\Media\Animation\Generated\RectAnimationUsingKeyFrames.cs (1)
93canFreeze &= Freezable.Freeze(_keyFrames, isChecking);
Core\CSharp\System\Windows\Media\Animation\Generated\RectKeyFrameCollection.cs (1)
189canFreeze &= Freezable.Freeze(_keyFrames[i], isChecking);
Core\CSharp\System\Windows\Media\Animation\Generated\Rotation3DAnimationUsingKeyFrames.cs (1)
93canFreeze &= Freezable.Freeze(_keyFrames, isChecking);
Core\CSharp\System\Windows\Media\Animation\Generated\Rotation3DKeyFrameCollection.cs (1)
189canFreeze &= Freezable.Freeze(_keyFrames[i], isChecking);
Core\CSharp\System\Windows\Media\Animation\Generated\SingleAnimationUsingKeyFrames.cs (1)
93canFreeze &= Freezable.Freeze(_keyFrames, isChecking);
Core\CSharp\System\Windows\Media\Animation\Generated\SingleKeyFrameCollection.cs (1)
189canFreeze &= Freezable.Freeze(_keyFrames[i], isChecking);
Core\CSharp\System\Windows\Media\Animation\Generated\SizeAnimationUsingKeyFrames.cs (1)
93canFreeze &= Freezable.Freeze(_keyFrames, isChecking);
Core\CSharp\System\Windows\Media\Animation\Generated\SizeKeyFrameCollection.cs (1)
189canFreeze &= Freezable.Freeze(_keyFrames[i], isChecking);
Core\CSharp\System\Windows\Media\Animation\Generated\StringAnimationUsingKeyFrames.cs (1)
93canFreeze &= Freezable.Freeze(_keyFrames, isChecking);
Core\CSharp\System\Windows\Media\Animation\Generated\StringKeyFrameCollection.cs (1)
189canFreeze &= Freezable.Freeze(_keyFrames[i], isChecking);
Core\CSharp\System\Windows\Media\Animation\Generated\Vector3DAnimationUsingKeyFrames.cs (1)
93canFreeze &= Freezable.Freeze(_keyFrames, isChecking);
Core\CSharp\System\Windows\Media\Animation\Generated\Vector3DKeyFrameCollection.cs (1)
189canFreeze &= Freezable.Freeze(_keyFrames[i], isChecking);
Core\CSharp\System\Windows\Media\Animation\Generated\VectorAnimationUsingKeyFrames.cs (1)
93canFreeze &= Freezable.Freeze(_keyFrames, isChecking);
Core\CSharp\System\Windows\Media\Animation\Generated\VectorKeyFrameCollection.cs (1)
189canFreeze &= Freezable.Freeze(_keyFrames[i], isChecking);
Core\CSharp\System\Windows\Media\Animation\Timeline.cs (1)
861return Freeze(this, isChecking);
PresentationFramework (2)
src\Framework\System\Windows\Media\Animation\Generated\ThicknessAnimationUsingKeyFrames.cs (1)
93canFreeze &= Freezable.Freeze(_keyFrames, isChecking);
src\Framework\System\Windows\Media\Animation\Generated\ThicknessKeyFrameCollection.cs (1)
189canFreeze &= Freezable.Freeze(_keyFrames[i], isChecking);