5 implementations of CurrentDeviceSpecificID
System.Web.Mobile (5)
UI\MobileControls\Design\MobileControlDesigner.cs (1)
535String IDeviceSpecificDesigner.CurrentDeviceSpecificID
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (1)
948String IDeviceSpecificDesigner.CurrentDeviceSpecificID
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
530String IDeviceSpecificDesigner.CurrentDeviceSpecificID
UI\MobileControls\Design\StyleSheetDesigner.cs (1)
728String IDeviceSpecificDesigner.CurrentDeviceSpecificID
UI\MobileControls\Design\TemplatingOptionsDialog.cs (1)
552String IDeviceSpecificDesigner.CurrentDeviceSpecificID
4 references to CurrentDeviceSpecificID
System.Web.Mobile (4)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (1)
91_currentDeviceSpecificID = _designer.CurrentDeviceSpecificID;
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
90_currentDeviceSpecificID = _designer.CurrentDeviceSpecificID;
UI\MobileControls\Design\TemplatingOptionsDialog.cs (2)
87String currentDeviceSpecificID = _dsd.CurrentDeviceSpecificID; 556return _dsd.CurrentDeviceSpecificID;