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