3 writes to _y
PresentationCore (3)
Core\CSharp\System\Windows\Interop\HwndSourceParameters.cs (3)
44
_y
= NativeMethods.CW_USEDEFAULT;
109
_y
= y;
127
set{
_y
= value; }
3 references to _y
PresentationCore (3)
Core\CSharp\System\Windows\Interop\HwndSourceParameters.cs (3)
126
get{ return
_y
; }
370
&& (this.
_y
== obj.
_y
)