1 write to _toolStripSplitStackDragDropHandler
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripSplitStackDragDropHandlerTests.cs (1)
17
_toolStripSplitStackDragDropHandler
= new(_toolStrip);
10 references to _toolStripSplitStackDragDropHandler
System.Windows.Forms.Tests (10)
System\Windows\Forms\ToolStripSplitStackDragDropHandlerTests.cs (10)
30
_toolStripSplitStackDragDropHandler
.OnDragEnter(dragEventArgs);
41
_toolStripSplitStackDragDropHandler
.OnDragEnter(dragEventArgs);
54
_toolStripSplitStackDragDropHandler
.OnDragDrop(dragEventArgs);
65
_toolStripSplitStackDragDropHandler
.OnDragDrop(dragEventArgs);
78
_toolStripSplitStackDragDropHandler
.OnDragOver(dragEventArgs);
89
_toolStripSplitStackDragDropHandler
.OnDragOver(dragEventArgs);
99
Action action = () =>
_toolStripSplitStackDragDropHandler
.OnGiveFeedback(giveFeedbackEventArgs);
108
Action action = () =>
_toolStripSplitStackDragDropHandler
.OnQueryContinueDrag(queryContinueDragEventArgs);
119
_toolStripSplitStackDragDropHandler
.TestAccessor().Dynamic.OnDropItem(newToolStripItem, point);
128
var result =
_toolStripSplitStackDragDropHandler
.TestAccessor().Dynamic.ShowItemDropPoint(point);