1 write to _parent
System.Web.Mobile (1)
UI\MobileControls\ControlsConfig.cs (1)
48_parent = parent;
6 references to _parent
System.Web.Mobile (6)
UI\MobileControls\ControlsConfig.cs (6)
102if (deviceConfig == null && _parent != null) 104deviceConfig = _parent.GetDeviceConfig (context); 120if (deviceConfig == null && _parent != null) 122deviceConfig = _parent.GetDeviceConfig (configName); 147if (s == null && _parent != null) 149s = _parent[key];