7 writes to _fixedSize
PresentationCore (7)
System\Windows\Media\Imaging\BitmapMetadata.cs (7)
602
_fixedSize
= false;
618
_fixedSize
= fixedSize;
657
_fixedSize
= fixedSize;
695
_fixedSize
= fixedSize;
744
_fixedSize
= false;
795
_fixedSize
= false;
1456
_fixedSize
= sourceBitmapMetadata._fixedSize;
3 references to _fixedSize
PresentationCore (3)
System\Windows\Media\Imaging\BitmapMetadata.cs (3)
630
Init(bitmapMetadata.GuidFormat, false, bitmapMetadata.
_fixedSize
);
998
return
_fixedSize
;
1456
_fixedSize = sourceBitmapMetadata.
_fixedSize
;