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)
102
if (deviceConfig == null &&
_parent
!= null)
104
deviceConfig =
_parent
.GetDeviceConfig (context);
120
if (deviceConfig == null &&
_parent
!= null)
122
deviceConfig =
_parent
.GetDeviceConfig (configName);
147
if (s == null &&
_parent
!= null)
149
s =
_parent
[key];