2 references to CB_GETTOPINDEX
System.Windows.Forms.Tests (2)
System\Windows\Forms\AccessibleObjects\ComboBox.ComboBoxItemAccessibleObjectTests.cs (2)
270
int actual = (int)PInvokeCore.SendMessage(comboBox, PInvoke.
CB_GETTOPINDEX
);
360
int actual = (int)PInvokeCore.SendMessage(comboBox, PInvoke.
CB_GETTOPINDEX
);