1 instantiation of TV_INSERTSTRUCT
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TreeNode.cs (1)
1670NativeMethods.TV_INSERTSTRUCT tvis = new NativeMethods.TV_INSERTSTRUCT();
2 references to TV_INSERTSTRUCT
System.Windows.Forms (2)
winforms\Managed\System\WinForms\TreeNode.cs (1)
1670NativeMethods.TV_INSERTSTRUCT tvis = new NativeMethods.TV_INSERTSTRUCT();
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
912public static extern IntPtr SendMessage(HandleRef hWnd, int msg, int wParam, ref NativeMethods.TV_INSERTSTRUCT lParam);