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); 234if (_items[i].Id == id) 262ToolInfoWrapper<ErrorWindow> info = new(this, item.Id); 357ToolInfoWrapper<ErrorWindow> toolInfo = new(this, item.Id, flags, item.Error, iconBounds);