3 references to DefaultIcon
System.Windows.Forms (3)
System\Windows\Forms\ErrorProvider\ErrorProvider.cs (3)
27
private Icon _icon =
DefaultIcon
;
765
private void ResetIcon() => Icon =
DefaultIcon
;
818
private bool ShouldSerializeIcon() => Icon !=
DefaultIcon
;