3 references to LB_ADDSTRING
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
1532
int insertIndex = (int)PInvokeCore.SendMessage(this, PInvoke.
LB_ADDSTRING
, 0, GetItemText(item));
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ListBoxDesigner.cs (1)
187
PInvokeCore.SendMessage(listBox, PInvoke.
LB_ADDSTRING
, 0, name);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ListBox.ObjectCollectionTests.cs (1)
12209
if (m.Msg == (int)PInvoke.
LB_ADDSTRING
)