1 instantiation of TCITEM_T
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TabPage.cs (1)
563NativeMethods.TCITEM_T tcitem = new NativeMethods.TCITEM_T ();
7 references to TCITEM_T
System.Windows.Forms (7)
winforms\Managed\System\WinForms\TabControl.cs (4)
1056internal int AddTabPage(TabPage tabPage, NativeMethods.TCITEM_T tcitem) { 1065internal int AddNativeTabPage(NativeMethods.TCITEM_T tcitem) { 1308NativeMethods.TCITEM_T tcitem = tabPage.GetTCITEM(); 1747internal void SetTabPage(int index, TabPage tabPage, NativeMethods.TCITEM_T tcitem) {
winforms\Managed\System\WinForms\TabPage.cs (2)
562internal NativeMethods.TCITEM_T GetTCITEM () { 563NativeMethods.TCITEM_T tcitem = new NativeMethods.TCITEM_T ();
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
928public static extern IntPtr SendMessage(HandleRef hWnd, int msg, int wParam, NativeMethods.TCITEM_T lParam);