7 writes to _fixedSize
PresentationCore (7)
System\Windows\Media\Imaging\BitmapMetadata.cs (7)
611
_fixedSize
= false;
627
_fixedSize
= fixedSize;
666
_fixedSize
= fixedSize;
704
_fixedSize
= fixedSize;
753
_fixedSize
= false;
804
_fixedSize
= false;
1469
_fixedSize
= sourceBitmapMetadata._fixedSize;
3 references to _fixedSize
PresentationCore (3)
System\Windows\Media\Imaging\BitmapMetadata.cs (3)
639
Init(bitmapMetadata.GuidFormat, false, bitmapMetadata.
_fixedSize
);
1007
return
_fixedSize
;
1469
_fixedSize = sourceBitmapMetadata.
_fixedSize
;