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