2 references to SPI_ICONHORIZONTALSPACING
System.Windows.Forms (1)
System\Windows\Forms\SystemInformation.cs (1)
554public static int IconHorizontalSpacing => PInvokeCore.SystemParametersInfoInt(SPI_ICONHORIZONTALSPACING);
System.Windows.Forms.TestUtilities (1)
SystemEventsHelper.cs (1)
54wParam = (int)SPI_ICONHORIZONTALSPACING;