4 references to Clone
PresentationCore (4)
System\Windows\Media\Imaging\BitmapFrame.cs (2)
257metadata = metadata.Clone(); 290metadata = metadata.Clone();
System\Windows\Media\Imaging\BitmapFrameEncode.cs (1)
185InternalMetadata = sourceBitmapFrameEncode.InternalMetadata.Clone();
System\Windows\Media\Imaging\InplaceBitmapMetadataWriter.cs (1)
140return (InPlaceBitmapMetadataWriter)base.Clone();