8 references to Clone
PresentationCore (8)
System\Windows\Media\Effects\BitmapEffect.cs (1)
125return input.Input.Clone();
System\Windows\Media\Imaging\CachedBitmap.cs (1)
281return (CachedBitmap)base.Clone();
System\Windows\Media\Imaging\Generated\BitmapImage.cs (1)
51return (BitmapImage)base.Clone();
System\Windows\Media\Imaging\Generated\ColorConvertedBitmap.cs (1)
51return (ColorConvertedBitmap)base.Clone();
System\Windows\Media\Imaging\Generated\CroppedBitmap.cs (1)
51return (CroppedBitmap)base.Clone();
System\Windows\Media\Imaging\Generated\FormatConvertedBitmap.cs (1)
51return (FormatConvertedBitmap)base.Clone();
System\Windows\Media\Imaging\Generated\TransformedBitmap.cs (1)
51return (TransformedBitmap)base.Clone();
System\Windows\Media\Imaging\WriteableBitmap.cs (1)
203return (WriteableBitmap)base.Clone();