1 write to todayDayStyle
System.Web (1)
UI\WebControls\Calendar.cs (1)
700todayDayStyle = new TableItemStyle();
9 references to todayDayStyle
System.Web (9)
UI\WebControls\Calendar.cs (9)
699if (todayDayStyle == null) { 702((IStateManager)todayDayStyle).TrackViewState(); 704return todayDayStyle; 974if (todayDayStyle != null && !todayDayStyle.IsEmpty) 1083if (todayDayStyle != null) 1084((IStateManager)todayDayStyle).TrackViewState(); 1816myState[5] = (todayDayStyle != null) ? ((IStateManager)todayDayStyle).SaveViewState() : null;