4 references to NoMatches
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
1525
return
NoMatches
;
System.Windows.Forms.UI.IntegrationTests (3)
DragDropTests.cs (3)
711
if (_indexOfItemUnderMouseToDrag != ListBox.
NoMatches
)
869
if (_indexOfItemUnderMouseToDrop != ListBox.
NoMatches
)
892
if (_indexOfItemUnderMouseToDrop != ListBox.
NoMatches
)