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