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)
653
if (_indexOfItemUnderMouseToDrag != ListBox.
NoMatches
)
811
if (_indexOfItemUnderMouseToDrop != ListBox.
NoMatches
)
834
if (_indexOfItemUnderMouseToDrop != ListBox.
NoMatches
)