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