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