3 writes to _width
PresentationCore (3)
Core\CSharp\System\Windows\Interop\HwndSourceParameters.cs (3)
40
_width
= 1;
135
_width
= width;
147
_width
= value;
3 references to _width
PresentationCore (3)
Core\CSharp\System\Windows\Interop\HwndSourceParameters.cs (3)
145
get{ return
_width
; }
371
&& (this.
_width
== obj.
_width
)