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