1 write to _controlConfig
System.Web.Mobile (1)
UI\MobileControls\MobileControlsSection.cs (1)
71
_controlConfig
= MobileControlsSectionHelper.CreateControlsConfig(this);
3 references to _controlConfig
System.Web.Mobile (3)
UI\MobileControls\MobileControlsSection.cs (3)
68
if (
_controlConfig
== null) {
70
if (
_controlConfig
== null) {
75
return
_controlConfig
;