1 write to controlStyle
System.Web (1)
UI\WebControls\WebControl.cs (1)
234controlStyle = CreateControlStyle();
5 references to controlStyle
System.Web (5)
UI\WebControls\WebControl.cs (5)
233if (controlStyle == null) { 236controlStyle.TrackViewState(); 240controlStyle.LoadViewState(null); 243return controlStyle; 258return (controlStyle != null);