2 references to TCM_INSERTITEMW
System.Windows.Forms (2)
System\Windows\Forms\Controls\TabControl\TabControl.cs (2)
933
int index = SendMessage(PInvoke.
TCM_INSERTITEMW
, TabCount + 1, tabPage);
1170
index = IsHandleCreated ? SendMessage(PInvoke.
TCM_INSERTITEMW
, index, tabPage) : index;