1 write to _blob
PresentationCore (1)
Core\CSharp\System\Windows\Media\Imaging\BitmapMetadataBlob.cs (1)
43
_blob
= blob;
2 references to _blob
PresentationCore (2)
Core\CSharp\System\Windows\Media\Imaging\BitmapMetadataBlob.cs (2)
51
return (byte[])
_blob
.Clone();
59
return
_blob
;