3 writes to _width
PresentationCore (3)
System\Windows\InterOp\HwndSourceParameters.cs (3)
38
_width
= 1;
133
_width
= width;
145
_width
= value;
3 references to _width
PresentationCore (3)
System\Windows\InterOp\HwndSourceParameters.cs (3)
143
get{ return
_width
; }
369
&& (this.
_width
== obj.
_width
)