1 write to _toolStripSplitStackDragDropHandler
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripSplitStackDragDropHandlerTests.cs (1)
15
_toolStripSplitStackDragDropHandler
= new(_toolStrip);
10 references to _toolStripSplitStackDragDropHandler
System.Windows.Forms.Tests (10)
System\Windows\Forms\ToolStripSplitStackDragDropHandlerTests.cs (10)
28
_toolStripSplitStackDragDropHandler
.OnDragEnter(dragEventArgs);
39
_toolStripSplitStackDragDropHandler
.OnDragEnter(dragEventArgs);
52
_toolStripSplitStackDragDropHandler
.OnDragDrop(dragEventArgs);
63
_toolStripSplitStackDragDropHandler
.OnDragDrop(dragEventArgs);
76
_toolStripSplitStackDragDropHandler
.OnDragOver(dragEventArgs);
87
_toolStripSplitStackDragDropHandler
.OnDragOver(dragEventArgs);
97
Action action = () =>
_toolStripSplitStackDragDropHandler
.OnGiveFeedback(giveFeedbackEventArgs);
106
Action action = () =>
_toolStripSplitStackDragDropHandler
.OnQueryContinueDrag(queryContinueDragEventArgs);
117
_toolStripSplitStackDragDropHandler
.TestAccessor().Dynamic.OnDropItem(newToolStripItem, point);
126
var result =
_toolStripSplitStackDragDropHandler
.TestAccessor().Dynamic.ShowItemDropPoint(point);