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