5 references to TTF_TRANSPARENT
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Form.cs (1)
7851toolInfo.uFlags |= NativeMethods.TTF_TRANSPARENT;
winforms\Managed\System\WinForms\PropertyGridInternal\GridToolTip.cs (1)
130toolInfos[index].uFlags |= NativeMethods.TTF_IDISHWND | NativeMethods.TTF_TRANSPARENT | NativeMethods.TTF_SUBCLASS;
winforms\Managed\System\WinForms\StatusBar.cs (1)
1878ti.uFlags |= NativeMethods.TTF_TRANSPARENT | NativeMethods.TTF_SUBCLASS;
winforms\Managed\System\WinForms\ToolTip.cs (2)
1164ti.uFlags |= NativeMethods.TTF_TRANSPARENT | NativeMethods.TTF_SUBCLASS; 1204ti.uFlags |= NativeMethods.TTF_IDISHWND | NativeMethods.TTF_TRANSPARENT | NativeMethods.TTF_SUBCLASS;