2 writes to DeviceSpecific
System.Web.Mobile (2)
UI\MobileControls\Design\StyleSheetDesigner.cs (1)
800
style.
DeviceSpecific
= ds;
UI\MobileControls\Style.cs (1)
672
DeviceSpecific
= (DeviceSpecific)o;
10 references to DeviceSpecific
System.Web.Mobile (10)
UI\MobileControls\Design\Converters\ChoiceConverter.cs (1)
67
deviceSpecific = style.
DeviceSpecific
;
UI\MobileControls\Design\StyleSheetDesigner.cs (5)
787
ds = style.
DeviceSpecific
;
913
_deviceSpecificEditor.Refresh((String) _mergedUI.CbStyles.SelectedItem, _tmpCurrentStyle.
DeviceSpecific
);
1027
return CurrentStyle.
DeviceSpecific
;
1229
if (CurrentStyle != null && CurrentStyle.
DeviceSpecific
!= null)
1231
this.CurrentStyle.
DeviceSpecific
.SetDesignerChoice(CurrentChoice);
UI\MobileControls\Design\TemplatingOptionsDialog.cs (1)
337
deviceSpecific = style.
DeviceSpecific
;
UI\MobileControls\Style.cs (1)
667
if (
DeviceSpecific
!= null)
UI\MobileControls\StyleSheet.cs (2)
300
if (style.
DeviceSpecific
!= null)
302
style.
DeviceSpecific
.ApplyProperties();