5 writes to _pixelWidth
PresentationCore (5)
System\Windows\Media\Imaging\BitmapSizeOptions.cs (5)
95
_pixelWidth
= 0
114
_pixelWidth
= 0
132
_pixelWidth
= pixelWidth,
154
_pixelWidth
= pixelWidth,
183
_pixelWidth
= 0,
8 references to _pixelWidth
PresentationCore (8)
System\Windows\Media\Imaging\BitmapSizeOptions.cs (8)
55
return
_pixelWidth
;
198
if (
_pixelWidth
== 0 && _pixelHeight != 0)
205
else if (
_pixelWidth
!= 0 && _pixelHeight == 0)
209
newWidth = (uint)
_pixelWidth
;
210
newHeight = (uint)((
_pixelWidth
* height)/width);
212
else if (
_pixelWidth
!= 0 && _pixelHeight != 0)
216
newWidth = (uint)
_pixelWidth
;
230
return (
_pixelWidth
!= 0 || _pixelHeight != 0);