3 writes to _width
PresentationCore (3)
System\Windows\InterOp\HwndSourceParameters.cs (3)
34
_width
= 1;
129
_width
= width;
141
_width
= value;
3 references to _width
PresentationCore (3)
System\Windows\InterOp\HwndSourceParameters.cs (3)
139
get{ return
_width
; }
365
&& (this.
_width
== obj.
_width
)