4 references to Clone
PresentationCore (4)
System\Windows\Media\Imaging\BitmapFrame.cs (2)
235metadata = metadata.Clone(); 268metadata = metadata.Clone();
System\Windows\Media\Imaging\BitmapFrameEncode.cs (1)
169InternalMetadata = sourceBitmapFrameEncode.InternalMetadata.Clone();
System\Windows\Media\Imaging\InplaceBitmapMetadataWriter.cs (1)
124return (InPlaceBitmapMetadataWriter)base.Clone();