1 write to _style
System.Web.Mobile (1)
UI\MobileControls\MobileControl.cs (1)
749
_style
= CreateStyle();
3 references to _style
System.Web.Mobile (3)
UI\MobileControls\MobileControl.cs (3)
747
if (
_style
== null)
750
_style
.SetControl(this);
752
return
_style
;