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