2 references to SM_SWAPBUTTON
System.Windows.Forms (2)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarButtonAccessibleObject.cs (1)
72
bool mouseSwapped = PInvokeCore.GetSystemMetrics(SYSTEM_METRICS_INDEX.
SM_SWAPBUTTON
) != 0;
System\Windows\Forms\SystemInformation.cs (1)
236
public static bool MouseButtonsSwapped => PInvokeCore.GetSystemMetrics(
SM_SWAPBUTTON
) != 0;