4 references to Clone
PresentationCore (4)
Core\CSharp\System\Windows\Media\Imaging\BitmapFrame.cs (2)
276metadata = metadata.Clone(); 312metadata = metadata.Clone();
Core\CSharp\System\Windows\Media\Imaging\BitmapFrameEncode.cs (1)
193InternalMetadata = sourceBitmapFrameEncode.InternalMetadata.Clone();
Core\CSharp\System\Windows\Media\Imaging\InplaceBitmapMetadataWriter.cs (1)
161return (InPlaceBitmapMetadataWriter)base.Clone();