3 writes to _x
PresentationCore (3)
System\Windows\InterOp\HwndSourceParameters.cs (3)
36
_x
= NativeMethods.CW_USEDEFAULT;
101
_x
= x;
111
set{
_x
= value; }
3 references to _x
PresentationCore (3)
System\Windows\InterOp\HwndSourceParameters.cs (3)
110
get{ return
_x
; }
362
&& (this.
_x
== obj.
_x
)