9 instantiations of TV_HITTESTINFO
System.Windows.Forms (9)
winforms\Managed\System\WinForms\TreeView.cs (9)
1784
NativeMethods.TV_HITTESTINFO tvhi = new NativeMethods.
TV_HITTESTINFO
();
1832
NativeMethods.TV_HITTESTINFO tvhi = new NativeMethods.
TV_HITTESTINFO
();
2162
NativeMethods.TV_HITTESTINFO tvhip = new NativeMethods.
TV_HITTESTINFO
();
2903
NativeMethods.TV_HITTESTINFO tvhip = new NativeMethods.
TV_HITTESTINFO
();
2938
NativeMethods.TV_HITTESTINFO tvhip = new NativeMethods.
TV_HITTESTINFO
();
3017
NativeMethods.TV_HITTESTINFO tvhip = new NativeMethods.
TV_HITTESTINFO
();
3256
NativeMethods.TV_HITTESTINFO tvhip = new NativeMethods.
TV_HITTESTINFO
();
3284
NativeMethods.TV_HITTESTINFO tvhi = new NativeMethods.
TV_HITTESTINFO
();
3354
NativeMethods.TV_HITTESTINFO tvhit = new NativeMethods.
TV_HITTESTINFO
();
10 references to TV_HITTESTINFO
System.Windows.Forms (10)
winforms\Managed\System\WinForms\TreeView.cs (9)
1784
NativeMethods.
TV_HITTESTINFO
tvhi = new NativeMethods.TV_HITTESTINFO();
1832
NativeMethods.
TV_HITTESTINFO
tvhi = new NativeMethods.TV_HITTESTINFO();
2162
NativeMethods.
TV_HITTESTINFO
tvhip = new NativeMethods.TV_HITTESTINFO();
2903
NativeMethods.
TV_HITTESTINFO
tvhip = new NativeMethods.TV_HITTESTINFO();
2938
NativeMethods.
TV_HITTESTINFO
tvhip = new NativeMethods.TV_HITTESTINFO();
3017
NativeMethods.
TV_HITTESTINFO
tvhip = new NativeMethods.TV_HITTESTINFO();
3256
NativeMethods.
TV_HITTESTINFO
tvhip = new NativeMethods.TV_HITTESTINFO();
3284
NativeMethods.
TV_HITTESTINFO
tvhi = new NativeMethods.TV_HITTESTINFO();
3354
NativeMethods.
TV_HITTESTINFO
tvhit = new NativeMethods.TV_HITTESTINFO();
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
916
public static extern IntPtr SendMessage(HandleRef hWnd, int msg, int wParam, NativeMethods.
TV_HITTESTINFO
lParam);