2 writes to TCM_SETITEM
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NativeMethods.cs (2)
2529TCM_SETITEM = NativeMethods.TCM_SETITEMA; 2624TCM_SETITEM = NativeMethods.TCM_SETITEMW;
1 reference to TCM_SETITEM
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TabControl.cs (1)
1751UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.TCM_SETITEM, index, tcitem);