1 write to _oleDragDropHandler
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\OleDragDropHandlerTests.cs (1)
25
_oleDragDropHandler
= new(_selectionHandlerMock.Object, _serviceProviderMock.Object, _clientMock.Object);
13 references to _oleDragDropHandler
System.Windows.Forms.Design.Tests (13)
System\Windows\Forms\Design\OleDragDropHandlerTests.cs (13)
54
_oleDragDropHandler
.Dragging.Should().BeFalse();
70
var result =
_oleDragDropHandler
.CreateTool(toolboxItem, null, 0, 0, 0, 0, true, true);
79
bool result =
_oleDragDropHandler
.DoBeginDrag(components, SelectionRules.Moveable, 0, 0);
88
bool result =
_oleDragDropHandler
.DoBeginDrag(components, SelectionRules.AllSizeable, 0, 0);
96
_oleDragDropHandler
.DoEndDrag();
98
_oleDragDropHandler
.Dragging.Should().BeFalse();
117
_oleDragDropHandler
.DoOleDragEnter(dragEventArgs);
128
_oleDragDropHandler
.DoOleDragEnter(dragEventArgs);
136
_oleDragDropHandler
.DoOleDragLeave();
138
_oleDragDropHandler
.Dragging.Should().BeFalse();
146
_oleDragDropHandler
.DoOleDragOver(dragEventArgs);
156
_oleDragDropHandler
.DoOleDragOver(dragEventArgs);
166
_oleDragDropHandler
.DoOleGiveFeedback(giveFeedbackEventArgs);