4 references to Clone
PresentationCore (4)
System\Windows\Media\Imaging\BitmapFrame.cs (2)
236metadata = metadata.Clone(); 269metadata = metadata.Clone();
System\Windows\Media\Imaging\BitmapFrameEncode.cs (1)
170InternalMetadata = sourceBitmapFrameEncode.InternalMetadata.Clone();
System\Windows\Media\Imaging\InplaceBitmapMetadataWriter.cs (1)
125return (InPlaceBitmapMetadataWriter)base.Clone();