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