24 references to RuntimeStyle
System.Web.Mobile (24)
UI\MobileControls\Design\StylesEditorDialog.cs (24)
413_styleSheet[styleNode.RuntimeStyle.Name] = styleNode.RuntimeStyle; 414styleNode.RuntimeStyle.SetControl(_styleSheet); 501if (String.Compare(name, styleNode.RuntimeStyle.Name, StringComparison.OrdinalIgnoreCase) == 0) 513null : ((StyleNode)SelectedStyle).RuntimeStyle; 570tw.AddAttribute("title", ((StyleNode)SelectedStyle).RuntimeStyle.Name); 726SelectedStyle.RuntimeStyle.Name = newValue; 728_tempStyleSheet[newValue] = SelectedStyle.RuntimeStyle; 733SelectedStyle.RuntimeStyle.Name = oldValue; 735_tempStyleSheet[oldValue] = SelectedStyle.RuntimeStyle; 862String deletedStyle = ((StyleNode)SelectedStyle).RuntimeStyle.Name; 989Style currentStyle = currentStyleItem.RuntimeStyle; 1008Style style = styleNode.RuntimeStyle; 1064Style currentStyle = currentStyleItem.RuntimeStyle; 1081Style style = styleNode.RuntimeStyle; 1179_styleReference = RuntimeStyle.StyleReference; 1181base.Text = RuntimeStyle.Name; 1187property.AddValueChanged(RuntimeStyle, _styleReferenceChanged); 1224property.RemoveValueChanged(RuntimeStyle, _styleReferenceChanged); 1231StyleSheet styleSheet = (StyleSheet)RuntimeStyle.Control; 1234String reference = RuntimeStyle.StyleReference; 1239if (0 == String.Compare(RuntimeStyle.Name, reference, StringComparison.OrdinalIgnoreCase)) 1275RuntimeStyle.StyleReference = _styleReference; 1280_styleReference = RuntimeStyle.StyleReference;