58 references to Clone
PresentationCore (52)
Core\CSharp\System\Windows\FreezableCollection.cs (1)
858newValue = itemAsFreezable.Clone() as T;
Core\CSharp\System\Windows\Media\Animation\Animatable.cs (1)
49return (Animatable)base.Clone();
Core\CSharp\System\Windows\Media\Animation\Generated\BooleanKeyFrameCollection.cs (2)
85return (BooleanKeyFrameCollection)base.Clone(); 111BooleanKeyFrame keyFrame = (BooleanKeyFrame)sourceCollection._keyFrames[i].Clone();
Core\CSharp\System\Windows\Media\Animation\Generated\ByteKeyFrameCollection.cs (2)
85return (ByteKeyFrameCollection)base.Clone(); 111ByteKeyFrame keyFrame = (ByteKeyFrame)sourceCollection._keyFrames[i].Clone();
Core\CSharp\System\Windows\Media\Animation\Generated\CharKeyFrameCollection.cs (2)
85return (CharKeyFrameCollection)base.Clone(); 111CharKeyFrame keyFrame = (CharKeyFrame)sourceCollection._keyFrames[i].Clone();
Core\CSharp\System\Windows\Media\Animation\Generated\ColorKeyFrameCollection.cs (2)
85return (ColorKeyFrameCollection)base.Clone(); 111ColorKeyFrame keyFrame = (ColorKeyFrame)sourceCollection._keyFrames[i].Clone();
Core\CSharp\System\Windows\Media\Animation\Generated\DecimalKeyFrameCollection.cs (2)
85return (DecimalKeyFrameCollection)base.Clone(); 111DecimalKeyFrame keyFrame = (DecimalKeyFrame)sourceCollection._keyFrames[i].Clone();
Core\CSharp\System\Windows\Media\Animation\Generated\DoubleKeyFrameCollection.cs (2)
85return (DoubleKeyFrameCollection)base.Clone(); 111DoubleKeyFrame keyFrame = (DoubleKeyFrame)sourceCollection._keyFrames[i].Clone();
Core\CSharp\System\Windows\Media\Animation\Generated\Int16KeyFrameCollection.cs (2)
85return (Int16KeyFrameCollection)base.Clone(); 111Int16KeyFrame keyFrame = (Int16KeyFrame)sourceCollection._keyFrames[i].Clone();
Core\CSharp\System\Windows\Media\Animation\Generated\Int32KeyFrameCollection.cs (2)
85return (Int32KeyFrameCollection)base.Clone(); 111Int32KeyFrame keyFrame = (Int32KeyFrame)sourceCollection._keyFrames[i].Clone();
Core\CSharp\System\Windows\Media\Animation\Generated\Int64KeyFrameCollection.cs (2)
85return (Int64KeyFrameCollection)base.Clone(); 111Int64KeyFrame keyFrame = (Int64KeyFrame)sourceCollection._keyFrames[i].Clone();
Core\CSharp\System\Windows\Media\Animation\Generated\MatrixKeyFrameCollection.cs (2)
85return (MatrixKeyFrameCollection)base.Clone(); 111MatrixKeyFrame keyFrame = (MatrixKeyFrame)sourceCollection._keyFrames[i].Clone();
Core\CSharp\System\Windows\Media\Animation\Generated\ObjectKeyFrameCollection.cs (2)
85return (ObjectKeyFrameCollection)base.Clone(); 111ObjectKeyFrame keyFrame = (ObjectKeyFrame)sourceCollection._keyFrames[i].Clone();
Core\CSharp\System\Windows\Media\Animation\Generated\Point3DKeyFrameCollection.cs (2)
85return (Point3DKeyFrameCollection)base.Clone(); 111Point3DKeyFrame keyFrame = (Point3DKeyFrame)sourceCollection._keyFrames[i].Clone();
Core\CSharp\System\Windows\Media\Animation\Generated\PointKeyFrameCollection.cs (2)
85return (PointKeyFrameCollection)base.Clone(); 111PointKeyFrame keyFrame = (PointKeyFrame)sourceCollection._keyFrames[i].Clone();
Core\CSharp\System\Windows\Media\Animation\Generated\QuaternionKeyFrameCollection.cs (2)
85return (QuaternionKeyFrameCollection)base.Clone(); 111QuaternionKeyFrame keyFrame = (QuaternionKeyFrame)sourceCollection._keyFrames[i].Clone();
Core\CSharp\System\Windows\Media\Animation\Generated\RectKeyFrameCollection.cs (2)
85return (RectKeyFrameCollection)base.Clone(); 111RectKeyFrame keyFrame = (RectKeyFrame)sourceCollection._keyFrames[i].Clone();
Core\CSharp\System\Windows\Media\Animation\Generated\Rotation3DKeyFrameCollection.cs (2)
85return (Rotation3DKeyFrameCollection)base.Clone(); 111Rotation3DKeyFrame keyFrame = (Rotation3DKeyFrame)sourceCollection._keyFrames[i].Clone();
Core\CSharp\System\Windows\Media\Animation\Generated\SingleKeyFrameCollection.cs (2)
85return (SingleKeyFrameCollection)base.Clone(); 111SingleKeyFrame keyFrame = (SingleKeyFrame)sourceCollection._keyFrames[i].Clone();
Core\CSharp\System\Windows\Media\Animation\Generated\SizeKeyFrameCollection.cs (2)
85return (SizeKeyFrameCollection)base.Clone(); 111SizeKeyFrame keyFrame = (SizeKeyFrame)sourceCollection._keyFrames[i].Clone();
Core\CSharp\System\Windows\Media\Animation\Generated\StringKeyFrameCollection.cs (2)
85return (StringKeyFrameCollection)base.Clone(); 111StringKeyFrame keyFrame = (StringKeyFrame)sourceCollection._keyFrames[i].Clone();
Core\CSharp\System\Windows\Media\Animation\Generated\Vector3DKeyFrameCollection.cs (2)
85return (Vector3DKeyFrameCollection)base.Clone(); 111Vector3DKeyFrame keyFrame = (Vector3DKeyFrame)sourceCollection._keyFrames[i].Clone();
Core\CSharp\System\Windows\Media\Animation\Generated\VectorKeyFrameCollection.cs (2)
85return (VectorKeyFrameCollection)base.Clone(); 111VectorKeyFrame keyFrame = (VectorKeyFrame)sourceCollection._keyFrames[i].Clone();
Core\CSharp\System\Windows\Media\Generated\DoubleCollection.cs (1)
70return (DoubleCollection)base.Clone();
Core\CSharp\System\Windows\Media\Generated\Int32Collection.cs (1)
70return (Int32Collection)base.Clone();
Core\CSharp\System\Windows\Media\Generated\PointCollection.cs (1)
70return (PointCollection)base.Clone();
Core\CSharp\System\Windows\Media\Generated\VectorCollection.cs (1)
70return (VectorCollection)base.Clone();
Core\CSharp\System\Windows\Media\ImageMetadata.cs (1)
57return (ImageMetadata)base.Clone();
Core\CSharp\System\Windows\Media3D\Generated\Point3DCollection.cs (1)
66return (Point3DCollection)base.Clone();
Core\CSharp\System\Windows\Media3D\Generated\Vector3DCollection.cs (1)
66return (Vector3DCollection)base.Clone();
Shared\MS\Internal\FreezableOperations.cs (1)
53return freezable.Clone();
PresentationFramework (5)
src\Framework\System\Windows\FrameworkElementFactory.cs (1)
851o = freezableValue.Clone();
src\Framework\System\Windows\Media\Animation\Generated\ThicknessKeyFrameCollection.cs (2)
85return (ThicknessKeyFrameCollection)base.Clone(); 111ThicknessKeyFrame keyFrame = (ThicknessKeyFrame)sourceCollection._keyFrames[i].Clone();
src\Framework\System\Windows\Media\Animation\Storyboard.cs (1)
864Freezable clone = ((Freezable)targetPropertyValue).Clone();
src\Framework\System\Windows\StyleHelper.cs (1)
2973value = freezable.Clone();
WindowsBase (1)
Base\MS\Internal\FreezableDefaultValueFactory.cs (1)
78result = _defaultValuePrototype.Clone();