4 references to TTF_IDISHWND
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Form.cs (1)
7862
toolInfo.uFlags |= NativeMethods.
TTF_IDISHWND
| NativeMethods.TTF_TRACK;
winforms\Managed\System\WinForms\PropertyGridInternal\GridToolTip.cs (1)
130
toolInfos[index].uFlags |= NativeMethods.
TTF_IDISHWND
| NativeMethods.TTF_TRANSPARENT | NativeMethods.TTF_SUBCLASS;
winforms\Managed\System\WinForms\ToolTip.cs (2)
1147
ti.uFlags |= NativeMethods.
TTF_IDISHWND
;
1204
ti.uFlags |= NativeMethods.
TTF_IDISHWND
| NativeMethods.TTF_TRANSPARENT | NativeMethods.TTF_SUBCLASS;