5 writes to CursorOffset
System.Windows.Forms (1)
System\Windows\Forms\GiveFeedbackEventArgs.cs (1)
31
CursorOffset
= cursorOffset;
System.Windows.Forms.Tests (1)
System\Windows\Forms\GiveFeedbackEventArgsTests.cs (1)
29
CursorOffset
= value
System.Windows.Forms.UI.IntegrationTests (1)
DragDropTests.cs (1)
352
e.
CursorOffset
= new Point(0, 48);
WinFormsControlsTest (2)
DragDrop.cs (2)
196
e.
CursorOffset
= new Point(0, 111);
204
e.
CursorOffset
= new Point(0, 96);
5 references to CursorOffset
System.Windows.Forms (3)
System\Windows\Forms\GiveFeedbackEventArgs.cs (2)
95
&& giveFeedbackEventArgs.
CursorOffset
.Equals(
CursorOffset
)
System\Windows\Forms\OLE\DropSource.cs (1)
66
_lastGiveFeedbackEventArgs.
CursorOffset
,
System.Windows.Forms.Tests (2)
System\Windows\Forms\DragDropHelperTests.cs (1)
156
e.
CursorOffset
.Should().Be(offset);
System\Windows\Forms\GiveFeedbackEventArgsTests.cs (1)
31
Assert.Equal(value, e.
CursorOffset
);