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