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;
455
newStyle.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;
767
newStyle.SetControl(
_tempStyleSheet
);
865
_tempStyleSheet
.Remove(deletedStyle);