1 write to _mcCurView
System.Windows.Forms (1)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
2117
_mcCurView
= nmmcvm->dwNewView;
7 references to _mcCurView
System.Windows.Forms (7)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (6)
1810
Debug.Assert(
_mcCurView
== MONTH_CALDENDAR_MESSAGES_VIEW.MCMV_MONTH, "This logic should work only in the Month view.");
1955
if (IsHandleCreated &&
_mcCurView
== MONTH_CALDENDAR_MESSAGES_VIEW.MCMV_MONTH)
2113
Debug.Assert(
_mcCurView
== nmmcvm->dwOldView, "Calendar view mode is out of sync with native control");
2114
if (
_mcCurView
!= nmmcvm->dwNewView)
2116
_mcOldView =
_mcCurView
;
2213
if (
_mcCurView
!= MONTH_CALDENDAR_MESSAGES_VIEW.MCMV_MONTH)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.MonthCalendarAccessibleObject.cs (1)
127
internal MONTH_CALDENDAR_MESSAGES_VIEW CalendarView => this.TryGetOwnerAs(out MonthCalendar? owner) ? owner.
_mcCurView
: MONTH_CALDENDAR_MESSAGES_VIEW.MCMV_MONTH;