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)
56ToolInfoWrapper<ErrorWindow> toolInfo = new(this, item.Id, TOOLTIP_FLAGS.TTF_SUBCLASS, item.Error); 228if (_items[i].Id == id) 256ToolInfoWrapper<ErrorWindow> info = new(this, item.Id); 351ToolInfoWrapper<ErrorWindow> toolInfo = new(this, item.Id, flags, item.Error, iconBounds);