1 write to _tempStyleSheet
System.Web.Mobile (1)
UI\MobileControls\Design\StylesEditorDialog.cs (1)
105_tempStyleSheet = new StyleSheet();
10 references to _tempStyleSheet
System.Web.Mobile (10)
UI\MobileControls\Design\StylesEditorDialog.cs (10)
111_tempStyleSheet.Site = _styleSheet.Site; 454_tempStyleSheet[newStyle.Name] = newStyle; 455newStyle.SetControl(_tempStyleSheet); 727_tempStyleSheet.Remove(oldValue); 728_tempStyleSheet[newValue] = SelectedStyle.RuntimeStyle; 734_tempStyleSheet.Remove(newValue); 735_tempStyleSheet[oldValue] = SelectedStyle.RuntimeStyle; 766_tempStyleSheet[newStyle.Name] = newStyle; 767newStyle.SetControl(_tempStyleSheet); 865_tempStyleSheet.Remove(deletedStyle);