7 references to SystemParametersInfo
System.Private.Windows.Core (2)
Windows\Win32\PInvokeCore.SystemParametersInfo.cs (2)
24SystemParametersInfo(uiAction, ref value); 41SystemParametersInfo(uiAction, ref value);
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (1)
4391&& PInvokeCore.SystemParametersInfo(SYSTEM_PARAMETERS_INFO_ACTION.SPI_GETSNAPTODEFBUTTON, ref data)
System\Windows\Forms\Input\InputLanguage.cs (1)
63PInvokeCore.SystemParametersInfo(SYSTEM_PARAMETERS_INFO_ACTION.SPI_GETDEFAULTINPUTLANG, ref handle);
System\Windows\Forms\SystemInformation.cs (1)
186PInvokeCore.SystemParametersInfo(SPI_GETWORKAREA, ref workingArea);
System.Windows.Forms.UI.IntegrationTests (2)
Infra\ControlTestBase.cs (2)
42Assert.True(PInvokeCore.SystemParametersInfo(SYSTEM_PARAMETERS_INFO_ACTION.SPI_GETCLIENTAREAANIMATION, ref _clientAreaAnimation)); 101Assert.True(PInvokeCore.SystemParametersInfo(SYSTEM_PARAMETERS_INFO_ACTION.SPI_SETCLIENTAREAANIMATION, ref _clientAreaAnimation));