3 writes to _x
PresentationCore (3)
System\Windows\InterOp\HwndSourceParameters.cs (3)
37
_x
= NativeMethods.CW_USEDEFAULT;
102
_x
= x;
112
set{
_x
= value; }
3 references to _x
PresentationCore (3)
System\Windows\InterOp\HwndSourceParameters.cs (3)
111
get{ return
_x
; }
363
&& (this.
_x
== obj.
_x
)