1 write to Id
System.Windows.Forms (1)
System\Windows\Forms\ErrorProvider\ErrorProvider.ControlItem.cs (1)
33Id = id;
4 references to Id
System.Windows.Forms (4)
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (4)
55ToolInfoWrapper<ErrorWindow> toolInfo = new(this, item.Id, TOOLTIP_FLAGS.TTF_SUBCLASS, item.Error); 233if (_items[i].Id == id) 261ToolInfoWrapper<ErrorWindow> info = new(this, item.Id); 356ToolInfoWrapper<ErrorWindow> toolInfo = new(this, item.Id, flags, item.Error, iconBounds);