2 implementations of Y
System.Windows.Forms (1)
System\Windows\Forms\OLE\DragEventArgs.cs (1)
71
public int
Y
{ get; }
System.Windows.Forms.Tests (1)
System\Windows\Forms\DragDropHelperTests.cs (1)
191
public int
Y
{ get; set; }
4 references to Y
System.Private.Windows.Core (3)
System\Private\Windows\Ole\DragDropHelper.cs (3)
51
Point point = new(e.X, e.
Y
);
97
Point point = new(e.X, e.
Y
);
113
Point point = new(e.X, e.
Y
);
System.Windows.Forms (1)
System\Windows\Forms\OLE\DragEventArgs.cs (1)
70
/// <inheritdoc cref="IDragEvent.
Y
"/>