2 references to DefaultIcon
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (1)
1009return DefaultIcon;
System\Windows\Forms\MDI\MDIControlStrip.cs (1)
81Icon icon = !hIcon.IsNull ? Icon.FromHandle(hIcon) : Form.DefaultIcon;