7 references to CloneCurrentValue
PresentationCore (7)
Core\CSharp\System\Windows\Media\Imaging\CachedBitmap.cs (1)
327return (CachedBitmap)base.CloneCurrentValue();
Core\CSharp\System\Windows\Media\Imaging\Generated\BitmapImage.cs (1)
64return (BitmapImage)base.CloneCurrentValue();
Core\CSharp\System\Windows\Media\Imaging\Generated\ColorConvertedBitmap.cs (1)
64return (ColorConvertedBitmap)base.CloneCurrentValue();
Core\CSharp\System\Windows\Media\Imaging\Generated\CroppedBitmap.cs (1)
64return (CroppedBitmap)base.CloneCurrentValue();
Core\CSharp\System\Windows\Media\Imaging\Generated\FormatConvertedBitmap.cs (1)
64return (FormatConvertedBitmap)base.CloneCurrentValue();
Core\CSharp\System\Windows\Media\Imaging\Generated\TransformedBitmap.cs (1)
64return (TransformedBitmap)base.CloneCurrentValue();
Core\CSharp\System\Windows\Media\Imaging\WriteableBitmap.cs (1)
237return (WriteableBitmap)base.CloneCurrentValue();