2 writes to _parentConfig
System.Web.Mobile (2)
UI\MobileControls\IndividualDeviceConfig.cs (2)
79_parentConfig = null; 284_parentConfig = value;
3 references to _parentConfig
System.Web.Mobile (3)
UI\MobileControls\IndividualDeviceConfig.cs (3)
227if (factory == null && _parentConfig != null) 229factory = _parentConfig.GetAdapterFactory(originalControlType); 280return _parentConfig;