6 implementations of UnderlyingObject
System.Web.Mobile (6)
UI\MobileControls\Design\DeviceSpecificDesigner.cs (1)
361Object IDeviceSpecificDesigner.UnderlyingObject
UI\MobileControls\Design\MobileControlDesigner.cs (1)
559Object IDeviceSpecificDesigner.UnderlyingObject
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (1)
972Object IDeviceSpecificDesigner.UnderlyingObject
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
554Object IDeviceSpecificDesigner.UnderlyingObject
UI\MobileControls\Design\StyleSheetDesigner.cs (1)
761Object IDeviceSpecificDesigner.UnderlyingObject
UI\MobileControls\Design\TemplatingOptionsDialog.cs (1)
576Object IDeviceSpecificDesigner.UnderlyingObject
11 references to UnderlyingObject
System.Web.Mobile (11)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (2)
513AvailableFilterIsSelected && (_designer.UnderlyingObject != null); 514_cbAvailableFilters.Enabled = (_designer.UnderlyingObject != null);
UI\MobileControls\Design\Converters\FormConverter.cs (1)
89control = designer.UnderlyingObject as MobileControl;
UI\MobileControls\Design\Converters\ValidatedMobileControlConverter.cs (1)
76thisValidator = designer.UnderlyingObject
UI\MobileControls\Design\PropertyOverridesDialog.cs (4)
558return _designer.UnderlyingObject; 656_copyOfOriginalObject = CloneTarget(_designer.UnderlyingObject); 657_underlyingObject = CloneTarget(_designer.UnderlyingObject); 1167return _designer.UnderlyingObject;
UI\MobileControls\Design\TemplatingOptionsDialog.cs (3)
180if (null != _ds || null != _dsd.UnderlyingObject) 395_btnEditChoices.Enabled = (_dsd.UnderlyingObject != null); 580return _dsd.UnderlyingObject;