20 references to SystemParametersInfoBool
System.Windows.Forms (20)
System\Windows\Forms\SystemInformation.cs (20)
33
=> PInvokeCore.
SystemParametersInfoBool
(SPI_GETDRAGFULLWINDOWS);
529
public static bool IsDropShadowEnabled => PInvokeCore.
SystemParametersInfoBool
(SPI_GETDROPSHADOW);
534
public static bool IsFlatMenuEnabled => PInvokeCore.
SystemParametersInfoBool
(SPI_GETFLATMENU);
539
public static bool IsFontSmoothingEnabled => PInvokeCore.
SystemParametersInfoBool
(SPI_GETFONTSMOOTHING);
564
public static bool IsIconTitleWrappingEnabled => PInvokeCore.
SystemParametersInfoBool
(SPI_GETICONTITLEWRAP);
569
public static bool MenuAccessKeysUnderlined => PInvokeCore.
SystemParametersInfoBool
(SPI_GETKEYBOARDCUES);
582
public static bool IsKeyboardPreferred => PInvokeCore.
SystemParametersInfoBool
(SPI_GETKEYBOARDPREF);
612
public static bool IsSnapToDefaultEnabled => PInvokeCore.
SystemParametersInfoBool
(SPI_GETSNAPTODEFBUTTON);
618
=> PInvokeCore.
SystemParametersInfoBool
(SPI_GETMENUDROPALIGNMENT)
624
public static bool IsMenuFadeEnabled => PInvokeCore.
SystemParametersInfoBool
(SPI_GETMENUFADE);
635
public static bool IsComboBoxAnimationEnabled => PInvokeCore.
SystemParametersInfoBool
(SPI_GETCOMBOBOXANIMATION);
640
public static bool IsTitleBarGradientEnabled => PInvokeCore.
SystemParametersInfoBool
(SPI_GETGRADIENTCAPTIONS);
645
public static bool IsHotTrackingEnabled => PInvokeCore.
SystemParametersInfoBool
(SPI_GETHOTTRACKING);
650
public static bool IsListBoxSmoothScrollingEnabled => PInvokeCore.
SystemParametersInfoBool
(SPI_GETLISTBOXSMOOTHSCROLLING);
655
public static bool IsMenuAnimationEnabled => PInvokeCore.
SystemParametersInfoBool
(SPI_GETMENUANIMATION);
660
public static bool IsSelectionFadeEnabled => PInvokeCore.
SystemParametersInfoBool
(SPI_GETSELECTIONFADE);
665
public static bool IsToolTipAnimationEnabled => PInvokeCore.
SystemParametersInfoBool
(SPI_GETTOOLTIPANIMATION);
670
public static bool UIEffectsEnabled => PInvokeCore.
SystemParametersInfoBool
(SPI_GETUIEFFECTS);
675
public static bool IsActiveWindowTrackingEnabled => PInvokeCore.
SystemParametersInfoBool
(SPI_GETACTIVEWINDOWTRACKING);
685
public static bool IsMinimizeRestoreAnimationEnabled => PInvokeCore.
SystemParametersInfoBool
(SPI_GETANIMATION);