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