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)
712
if (_indexOfItemUnderMouseToDrag != ListBox.
NoMatches
)
870
if (_indexOfItemUnderMouseToDrop != ListBox.
NoMatches
)
893
if (_indexOfItemUnderMouseToDrop != ListBox.
NoMatches
)