8 references to Clone
PresentationCore (8)
System\Windows\Media\Effects\BitmapEffect.cs (1)
105return input.Input.Clone();
System\Windows\Media\Imaging\CachedBitmap.cs (1)
213return (CachedBitmap)base.Clone();
System\Windows\Media\Imaging\Generated\BitmapImage.cs (1)
33return (BitmapImage)base.Clone();
System\Windows\Media\Imaging\Generated\ColorConvertedBitmap.cs (1)
33return (ColorConvertedBitmap)base.Clone();
System\Windows\Media\Imaging\Generated\CroppedBitmap.cs (1)
33return (CroppedBitmap)base.Clone();
System\Windows\Media\Imaging\Generated\FormatConvertedBitmap.cs (1)
33return (FormatConvertedBitmap)base.Clone();
System\Windows\Media\Imaging\Generated\TransformedBitmap.cs (1)
33return (TransformedBitmap)base.Clone();
System\Windows\Media\Imaging\WriteableBitmap.cs (1)
185return (WriteableBitmap)base.Clone();