5 writes to _pixelWidth
PresentationCore (5)
System\Windows\Media\Imaging\BitmapSizeOptions.cs (5)
96
_pixelWidth
= 0
115
_pixelWidth
= 0
133
_pixelWidth
= pixelWidth,
155
_pixelWidth
= pixelWidth,
184
_pixelWidth
= 0,
8 references to _pixelWidth
PresentationCore (8)
System\Windows\Media\Imaging\BitmapSizeOptions.cs (8)
56
return
_pixelWidth
;
199
if (
_pixelWidth
== 0 && _pixelHeight != 0)
206
else if (
_pixelWidth
!= 0 && _pixelHeight == 0)
210
newWidth = (uint)
_pixelWidth
;
211
newHeight = (uint)((
_pixelWidth
* height)/width);
213
else if (
_pixelWidth
!= 0 && _pixelHeight != 0)
217
newWidth = (uint)
_pixelWidth
;
231
return (
_pixelWidth
!= 0 || _pixelHeight != 0);