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