3 references to GetDeviceConfig
System.Web.Mobile (3)
UI\MobileControls\ControlsConfig.cs (2)
55
if (
GetDeviceConfig
(configName) != null)
122
deviceConfig = _parent.
GetDeviceConfig
(configName);
UI\MobileControls\IndividualDeviceConfig.cs (1)
313
ParentConfig = _controlsConfig.
GetDeviceConfig
(ParentConfigName);