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