8 references to TTF_SUBCLASS
System.Windows.Forms (8)
winforms\Managed\System\WinForms\DataGridToolTip.cs (1)
72
toolInfo.uFlags = NativeMethods.
TTF_SUBCLASS
;
winforms\Managed\System\WinForms\ErrorProvider.cs (2)
922
toolInfo.uFlags = NativeMethods.
TTF_SUBCLASS
;
1227
toolInfo.uFlags = NativeMethods.
TTF_SUBCLASS
;
winforms\Managed\System\WinForms\Form.cs (1)
7845
toolInfo.uFlags |= NativeMethods.
TTF_SUBCLASS
;
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\StatusBar.cs (1)
1878
ti.uFlags |= NativeMethods.TTF_TRANSPARENT | NativeMethods.
TTF_SUBCLASS
;
winforms\Managed\System\WinForms\ToolTip.cs (2)
1164
ti.uFlags |= NativeMethods.TTF_TRANSPARENT | NativeMethods.
TTF_SUBCLASS
;
1204
ti.uFlags |= NativeMethods.TTF_IDISHWND | NativeMethods.TTF_TRANSPARENT | NativeMethods.
TTF_SUBCLASS
;