7 writes to _fixedSize
PresentationCore (7)
System\Windows\Media\Imaging\BitmapMetadata.cs (7)
601
_fixedSize
= false;
617
_fixedSize
= fixedSize;
656
_fixedSize
= fixedSize;
694
_fixedSize
= fixedSize;
743
_fixedSize
= false;
794
_fixedSize
= false;
1455
_fixedSize
= sourceBitmapMetadata._fixedSize;
3 references to _fixedSize
PresentationCore (3)
System\Windows\Media\Imaging\BitmapMetadata.cs (3)
629
Init(bitmapMetadata.GuidFormat, false, bitmapMetadata.
_fixedSize
);
997
return
_fixedSize
;
1455
_fixedSize = sourceBitmapMetadata.
_fixedSize
;