1 implementation of UnderlyingObject
System.Web.Mobile (1)
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
1163Object IDeviceSpecificChoiceDesigner.UnderlyingObject
2 references to UnderlyingObject
System.Web.Mobile (2)
UI\MobileControls\Design\Converters\DefaultCommandConverter.cs (1)
69objectList = ((IDeviceSpecificChoiceDesigner)context.Instance).UnderlyingObject as ObjectList;
UI\MobileControls\Design\Converters\StyleReferenceConverter.cs (1)
38instance = ((IDeviceSpecificChoiceDesigner)instance).UnderlyingObject;