4 references to new
System.Windows.Forms (3)
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (3)
56
ToolInfoWrapper<ErrorWindow> toolInfo =
new
(this, item.Id, TOOLTIP_FLAGS.TTF_SUBCLASS, item.Error);
256
ToolInfoWrapper<ErrorWindow> info =
new
(this, item.Id);
351
ToolInfoWrapper<ErrorWindow> toolInfo =
new
(this, item.Id, flags, item.Error, iconBounds);
System.Windows.Forms.Primitives (1)
Windows\Win32\UI\Controls\ToolInfoWrapper.cs (1)
17
:
this
(handle, handle.Handle, flags | TOOLTIP_FLAGS.TTF_IDISHWND, text)