6 references to TOOLTIPS_CLASS
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridToolTip.cs (1)
44
cparams.ClassName = NativeMethods.
TOOLTIPS_CLASS
;
winforms\Managed\System\WinForms\ErrorProvider.cs (1)
964
cparams.ClassName = NativeMethods.
TOOLTIPS_CLASS
;
winforms\Managed\System\WinForms\Form.cs (1)
7817
cp.ClassName = NativeMethods.
TOOLTIPS_CLASS
;
winforms\Managed\System\WinForms\PropertyGridInternal\GridToolTip.cs (1)
113
cp.ClassName = NativeMethods.
TOOLTIPS_CLASS
;
winforms\Managed\System\WinForms\StatusBar.cs (1)
1684
cp.ClassName = NativeMethods.
TOOLTIPS_CLASS
;
winforms\Managed\System\WinForms\ToolTip.cs (1)
245
cp.ClassName = NativeMethods.
TOOLTIPS_CLASS
;