2 references to LB_INSERTSTRING
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
1587
int insertIndex = (int)PInvokeCore.SendMessage(this, PInvoke.
LB_INSERTSTRING
, (uint)index, GetItemText(item));
System.Windows.Forms.Tests (1)
System\Windows\Forms\ListBox.ObjectCollectionTests.cs (1)
12225
if (m.Msg == (int)PInvoke.
LB_INSERTSTRING
)