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