2 references to DefaultIcon
System.Windows.Forms (2)
System\Windows\Forms\ErrorProvider\ErrorProvider.cs (2)
569
get => _icon ??=
DefaultIcon
;
824
private bool ShouldSerializeIcon() => _icon is not null && _icon !=
DefaultIcon
;