4 references to new
System.Windows.Forms (3)
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (3)
56ToolInfoWrapper<ErrorWindow> toolInfo = new(this, item.Id, TOOLTIP_FLAGS.TTF_SUBCLASS, item.Error); 256ToolInfoWrapper<ErrorWindow> info = new(this, item.Id); 351ToolInfoWrapper<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)