3 writes to _width
PresentationCore (3)
System\Windows\InterOp\HwndSourceParameters.cs (3)
33
_width
= 1;
128
_width
= width;
140
_width
= value;
3 references to _width
PresentationCore (3)
System\Windows\InterOp\HwndSourceParameters.cs (3)
138
get{ return
_width
; }
364
&& (this.
_width
== obj.
_width
)