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