3 writes to _x
PresentationCore (3)
Core\CSharp\System\Windows\Interop\HwndSourceParameters.cs (3)
43
_x
= NativeMethods.CW_USEDEFAULT;
108
_x
= x;
118
set{
_x
= value; }
3 references to _x
PresentationCore (3)
Core\CSharp\System\Windows\Interop\HwndSourceParameters.cs (3)
117
get{ return
_x
; }
369
&& (this.
_x
== obj.
_x
)