4 references to IconSize
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ComponentTray.cs (1)
2452_cyIcon = SystemInformation.IconSize.Height;
System\Windows\Forms\Design\ControlDesigner.cs (1)
2242Size glyphSize = SystemInformation.IconSize;
System.Windows.Forms.Tests (2)
System\Windows\Forms\SystemInformationTests.cs (2)
257Size size = SystemInformation.IconSize; 260Assert.Equal(size, SystemInformation.IconSize);