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)
2242
Size glyphSize = SystemInformation.
IconSize
;
System.Windows.Forms.Tests (2)
System\Windows\Forms\SystemInformationTests.cs (2)
257
Size size = SystemInformation.
IconSize
;
260
Assert.Equal(size, SystemInformation.
IconSize
);