5 implementations of CurrentDeviceSpecificID
System.Web.Mobile (5)
UI\MobileControls\Design\MobileControlDesigner.cs (1)
535
String IDeviceSpecificDesigner.
CurrentDeviceSpecificID
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (1)
948
String IDeviceSpecificDesigner.
CurrentDeviceSpecificID
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
530
String IDeviceSpecificDesigner.
CurrentDeviceSpecificID
UI\MobileControls\Design\StyleSheetDesigner.cs (1)
728
String IDeviceSpecificDesigner.
CurrentDeviceSpecificID
UI\MobileControls\Design\TemplatingOptionsDialog.cs (1)
552
String 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)
87
String currentDeviceSpecificID = _dsd.
CurrentDeviceSpecificID
;
556
return _dsd.
CurrentDeviceSpecificID
;