3 writes to _icon
System.Windows.Forms (3)
System\Windows\Forms\ErrorProvider\ErrorProvider.cs (3)
561get => _icon ??= DefaultIcon; 564_icon = value.OrThrowIfNull(); 756private void ResetIcon() => _icon = null;
2 references to _icon
System.Windows.Forms (2)
System\Windows\Forms\ErrorProvider\ErrorProvider.cs (2)
809private bool ShouldSerializeIcon() => _icon is not null && _icon != DefaultIcon;