2 references to MOUSEEVENTF_RIGHTUP
System.Windows.Forms (1)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarButtonAccessibleObject.cs (1)
76
SendMouseInput(0, 0, mouseSwapped ? MOUSE_EVENT_FLAGS.
MOUSEEVENTF_RIGHTUP
: MOUSE_EVENT_FLAGS.MOUSEEVENTF_LEFTUP);
System.Windows.Forms.UI.IntegrationTests (1)
Input\InputBuilder.cs (1)
109
MouseButtons.Right => MOUSE_EVENT_FLAGS.
MOUSEEVENTF_RIGHTUP
,