9 instantiations of TOOLINFO_TOOLTIP
System.Windows.Forms (9)
winforms\Managed\System\WinForms\ToolTip.cs (9)
1144
NativeMethods.TOOLINFO_TOOLTIP ti = new NativeMethods.
TOOLINFO_TOOLTIP
();
1201
NativeMethods.TOOLINFO_TOOLTIP ti = new NativeMethods.
TOOLINFO_TOOLTIP
();
2013
NativeMethods.TOOLINFO_TOOLTIP ti = new NativeMethods.
TOOLINFO_TOOLTIP
();
2187
NativeMethods.TOOLINFO_TOOLTIP ti = new NativeMethods.
TOOLINFO_TOOLTIP
();
2231
NativeMethods.TOOLINFO_TOOLTIP ti = new NativeMethods.
TOOLINFO_TOOLTIP
();
2287
NativeMethods.TOOLINFO_TOOLTIP ti = new NativeMethods.
TOOLINFO_TOOLTIP
();
2398
NativeMethods.TOOLINFO_TOOLTIP ti = new NativeMethods.
TOOLINFO_TOOLTIP
();
2492
NativeMethods.TOOLINFO_TOOLTIP ti = new NativeMethods.
TOOLINFO_TOOLTIP
();
2608
NativeMethods.TOOLINFO_TOOLTIP ti = new NativeMethods.
TOOLINFO_TOOLTIP
();
30 references to TOOLINFO_TOOLTIP
System.Windows.Forms (30)
winforms\Managed\System\WinForms\NativeMethods.cs (1)
4775
public int cbSize = Marshal.SizeOf(typeof(
TOOLINFO_TOOLTIP
));
winforms\Managed\System\WinForms\ToolTip.cs (28)
969
NativeMethods.
TOOLINFO_TOOLTIP
tool = GetTOOLINFO(ctl, caption, out allocatedString);
1135
private NativeMethods.
TOOLINFO_TOOLTIP
GetMinTOOLINFO(Control ctl) {
1139
private NativeMethods.
TOOLINFO_TOOLTIP
GetMinToolInfoForTool(IWin32Window tool) {
1143
private NativeMethods.
TOOLINFO_TOOLTIP
GetMinToolInfoForHandle(IntPtr handle) {
1144
NativeMethods.
TOOLINFO_TOOLTIP
ti = new NativeMethods.TOOLINFO_TOOLTIP();
1145
ti.cbSize = Marshal.SizeOf(typeof(NativeMethods.
TOOLINFO_TOOLTIP
));
1160
private NativeMethods.
TOOLINFO_TOOLTIP
GetTOOLINFO(Control ctl, string caption, out bool allocatedString) {
1162
NativeMethods.
TOOLINFO_TOOLTIP
ti = GetMinTOOLINFO(ctl);
1163
ti.cbSize = Marshal.SizeOf(typeof(NativeMethods.
TOOLINFO_TOOLTIP
));
1200
private NativeMethods.
TOOLINFO_TOOLTIP
GetWinTOOLINFO(IntPtr hWnd) {
1201
NativeMethods.
TOOLINFO_TOOLTIP
ti = new NativeMethods.TOOLINFO_TOOLTIP();
1202
ti.cbSize = Marshal.SizeOf(typeof(NativeMethods.
TOOLINFO_TOOLTIP
));
1476
NativeMethods.
TOOLINFO_TOOLTIP
toolInfo = GetTOOLINFO(control, info.Caption, out allocatedString);
2013
NativeMethods.
TOOLINFO_TOOLTIP
ti = new NativeMethods.TOOLINFO_TOOLTIP();
2015
ti.cbSize = Marshal.SizeOf(typeof(NativeMethods.
TOOLINFO_TOOLTIP
));
2066
NativeMethods.
TOOLINFO_TOOLTIP
toolInfo = GetWinTOOLINFO(hWnd);
2187
NativeMethods.
TOOLINFO_TOOLTIP
ti = new NativeMethods.TOOLINFO_TOOLTIP();
2188
ti.cbSize = Marshal.SizeOf(typeof(NativeMethods.
TOOLINFO_TOOLTIP
));
2231
NativeMethods.
TOOLINFO_TOOLTIP
ti = new NativeMethods.TOOLINFO_TOOLTIP();
2232
ti.cbSize = Marshal.SizeOf(typeof(NativeMethods.
TOOLINFO_TOOLTIP
));
2287
NativeMethods.
TOOLINFO_TOOLTIP
ti = new NativeMethods.TOOLINFO_TOOLTIP();
2288
ti.cbSize = Marshal.SizeOf(typeof(NativeMethods.
TOOLINFO_TOOLTIP
));
2398
NativeMethods.
TOOLINFO_TOOLTIP
ti = new NativeMethods.TOOLINFO_TOOLTIP();
2399
ti.cbSize = Marshal.SizeOf(typeof(NativeMethods.
TOOLINFO_TOOLTIP
));
2492
NativeMethods.
TOOLINFO_TOOLTIP
ti = new NativeMethods.TOOLINFO_TOOLTIP();
2493
ti.cbSize = Marshal.SizeOf(typeof(NativeMethods.
TOOLINFO_TOOLTIP
));
2608
NativeMethods.
TOOLINFO_TOOLTIP
ti = new NativeMethods.TOOLINFO_TOOLTIP();
2609
ti.cbSize = Marshal.SizeOf(typeof(NativeMethods.
TOOLINFO_TOOLTIP
));
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
896
public static extern IntPtr SendMessage(HandleRef hWnd, int msg, int wParam, NativeMethods.
TOOLINFO_TOOLTIP
lParam);