1 write to titleStyle
System.Web (1)
UI\WebControls\Calendar.cs (1)
675
titleStyle
= new TableItemStyle();
7 references to titleStyle
System.Web (7)
UI\WebControls\Calendar.cs (7)
674
if (
titleStyle
== null) {
677
((IStateManager)
titleStyle
).TrackViewState();
679
return
titleStyle
;
1075
if (
titleStyle
!= null)
1076
((IStateManager)
titleStyle
).TrackViewState();
1812
myState[1] = (
titleStyle
!= null) ? ((IStateManager)
titleStyle
).SaveViewState() : null;