1 write to _blob
PresentationCore (1)
System\Windows\Media\Imaging\BitmapMetadataBlob.cs (1)
22
_blob
= blob;
2 references to _blob
PresentationCore (2)
System\Windows\Media\Imaging\BitmapMetadataBlob.cs (2)
30
return (byte[])
_blob
.Clone();
38
return
_blob
;