3 writes to _x
PresentationCore (3)
System\Windows\InterOp\HwndSourceParameters.cs (3)
41
_x
= NativeMethods.CW_USEDEFAULT;
106
_x
= x;
116
set{
_x
= value; }
3 references to _x
PresentationCore (3)
System\Windows\InterOp\HwndSourceParameters.cs (3)
115
get{ return
_x
; }
367
&& (this.
_x
== obj.
_x
)