8 references to Clone
PresentationCore (8)
Core\CSharp\System\Windows\Media\Effects\BitmapEffect.cs (1)
173
return input.Input.
Clone
();
Core\CSharp\System\Windows\Media\Imaging\CachedBitmap.cs (1)
318
return (CachedBitmap)base.
Clone
();
Core\CSharp\System\Windows\Media\Imaging\Generated\BitmapImage.cs (1)
55
return (BitmapImage)base.
Clone
();
Core\CSharp\System\Windows\Media\Imaging\Generated\ColorConvertedBitmap.cs (1)
55
return (ColorConvertedBitmap)base.
Clone
();
Core\CSharp\System\Windows\Media\Imaging\Generated\CroppedBitmap.cs (1)
55
return (CroppedBitmap)base.
Clone
();
Core\CSharp\System\Windows\Media\Imaging\Generated\FormatConvertedBitmap.cs (1)
55
return (FormatConvertedBitmap)base.
Clone
();
Core\CSharp\System\Windows\Media\Imaging\Generated\TransformedBitmap.cs (1)
55
return (TransformedBitmap)base.
Clone
();
Core\CSharp\System\Windows\Media\Imaging\WriteableBitmap.cs (1)
229
return (WriteableBitmap)base.
Clone
();