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)
227
if (factory == null &&
_parentConfig
!= null)
229
factory =
_parentConfig
.GetAdapterFactory(originalControlType);
280
return
_parentConfig
;