1 write to ParentConfig
System.Web.Mobile (1)
UI\MobileControls\IndividualDeviceConfig.cs (1)
313
ParentConfig
= _controlsConfig.GetDeviceConfig(ParentConfigName);
5 references to ParentConfig
System.Web.Mobile (5)
UI\MobileControls\IndividualDeviceConfig.cs (5)
311
Debug.Assert(ParentConfigName.Length != 0 &&
ParentConfig
== null);
315
if (
ParentConfig
== null)
325
ParentConfig
.FixupInheritance(this, configNode);
329
PageAdapterType =
ParentConfig
.PageAdapterType;
334
DeviceQualifiesPredicate =
ParentConfig
.DeviceQualifiesPredicate;