1 write to otherMonthDayStyle
System.Web (1)
UI\WebControls\Calendar.cs (1)
357otherMonthDayStyle = new TableItemStyle();
9 references to otherMonthDayStyle
System.Web (9)
UI\WebControls\Calendar.cs (9)
356if (otherMonthDayStyle == null) { 359((IStateManager)otherMonthDayStyle).TrackViewState(); 362return otherMonthDayStyle; 976if (otherMonthDayStyle != null && !otherMonthDayStyle.IsEmpty) 1087if (otherMonthDayStyle != null) 1088((IStateManager)otherMonthDayStyle).TrackViewState(); 1818myState[7] = (otherMonthDayStyle != null) ? ((IStateManager)otherMonthDayStyle).SaveViewState() : null;