8 references to Clone
PresentationCore (8)
System\Windows\Media\Effects\BitmapEffect.cs (1)
106return input.Input.Clone();
System\Windows\Media\Imaging\CachedBitmap.cs (1)
260return (CachedBitmap)base.Clone();
System\Windows\Media\Imaging\Generated\BitmapImage.cs (1)
35return (BitmapImage)base.Clone();
System\Windows\Media\Imaging\Generated\ColorConvertedBitmap.cs (1)
32return (ColorConvertedBitmap)base.Clone();
System\Windows\Media\Imaging\Generated\CroppedBitmap.cs (1)
32return (CroppedBitmap)base.Clone();
System\Windows\Media\Imaging\Generated\FormatConvertedBitmap.cs (1)
32return (FormatConvertedBitmap)base.Clone();
System\Windows\Media\Imaging\Generated\TransformedBitmap.cs (1)
32return (TransformedBitmap)base.Clone();
System\Windows\Media\Imaging\WriteableBitmap.cs (1)
186return (WriteableBitmap)base.Clone();