7 writes to DeviceSpecific
System.Web.Mobile (7)
UI\MobileControls\Design\DeviceSpecificDesigner.cs (3)
110_parentContainer.DeviceSpecific = null; 129_parentContainer.DeviceSpecific = newDS; 300_parentContainer.DeviceSpecific = _ds;
UI\MobileControls\Design\FormDesigner.cs (1)
147_form.DeviceSpecific = null;
UI\MobileControls\Design\MobileControlDesigner.cs (1)
600_mobileControl.DeviceSpecific = ds;
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (1)
1031_mobileControl.DeviceSpecific = ds;
UI\MobileControls\MobileControl.cs (1)
446DeviceSpecific = (DeviceSpecific)obj;
14 references to DeviceSpecific
System.Web.Mobile (14)
UI\MobileControls\Design\Converters\ChoiceConverter.cs (1)
81deviceSpecific = mc.DeviceSpecific;
UI\MobileControls\Design\DeviceSpecificDesigner.cs (4)
108if (null != _parentContainer && _ds == _parentContainer.DeviceSpecific) 279if (null != _parentContainer.DeviceSpecific && 2800 != String.Compare(_ds.ID, _parentContainer.DeviceSpecific.ID, StringComparison.OrdinalIgnoreCase)) 292IDesigner designer = host.GetDesigner((IComponent) _parentContainer.DeviceSpecific);
UI\MobileControls\Design\FormDesigner.cs (1)
146if (_form.DeviceSpecific != null) {
UI\MobileControls\Design\ListDesigner.cs (2)
297if (_list.DeviceSpecific != null) 299_list.DeviceSpecific.SetDesignerChoice(CurrentChoice);
UI\MobileControls\Design\MobileControlDesigner.cs (1)
589ds = ((MobileControl) _mobileControl).DeviceSpecific;
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (1)
172return _mobileControl.DeviceSpecific;
UI\MobileControls\Design\ObjectListDesigner.cs (2)
131if (_objectList.DeviceSpecific != null) 133_objectList.DeviceSpecific.SetDesignerChoice(CurrentChoice);
UI\MobileControls\Design\TemplatingOptionsDialog.cs (1)
355deviceSpecific = mobileControl.DeviceSpecific;
UI\MobileControls\MobileControl.cs (1)
444if (DeviceSpecific == null)