3 references to SystemIconSize
System.Windows.Forms (1)
System\Windows\Forms\Design\PropertyTab.cs (1)
49ScaleHelper.SystemIconSize);
System.Windows.Forms.Primitives (2)
System\Windows\Forms\Internals\ScaleHelper.cs (2)
334size = SystemIconSize; 350using Icon icon = new(resourceStream, size.IsEmpty ? SystemIconSize : size);