1 write to nextPrevStyle
System.Web (1)
UI\WebControls\Calendar.cs (1)
332
nextPrevStyle
= new TableItemStyle();
7 references to nextPrevStyle
System.Web (7)
UI\WebControls\Calendar.cs (7)
331
if (
nextPrevStyle
== null) {
334
((IStateManager)
nextPrevStyle
).TrackViewState();
336
return
nextPrevStyle
;
1077
if (
nextPrevStyle
!= null)
1078
((IStateManager)
nextPrevStyle
).TrackViewState();
1813
myState[2] = (
nextPrevStyle
!= null) ? ((IStateManager)
nextPrevStyle
).SaveViewState() : null;