6 references to MCM_SETCURRENTVIEW
System.Windows.Forms.Tests (6)
System\Windows\Forms\AccessibleObjects\MonthCalendar.CalendarBodyAccessibleObjectTests.cs (4)
50
PInvokeCore.SendMessage(control, PInvoke.
MCM_SETCURRENTVIEW
, 0, view);
76
PInvokeCore.SendMessage(control, PInvoke.
MCM_SETCURRENTVIEW
, 0, view);
142
PInvokeCore.SendMessage(control, PInvoke.
MCM_SETCURRENTVIEW
, 0, (nint)view);
285
PInvokeCore.SendMessage(control, PInvoke.
MCM_SETCURRENTVIEW
, 0, (nint)view);
System\Windows\Forms\AccessibleObjects\MonthCalendar.CalendarCellAccessibleObjectTests.cs (1)
155
PInvokeCore.SendMessage(control, PInvoke.
MCM_SETCURRENTVIEW
, 0, view);
System\Windows\Forms\MonthCalendarTests.cs (1)
4371
PInvokeCore.SendMessage(monthCalendar, PInvoke.
MCM_SETCURRENTVIEW
, 0, view);