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