3 writes to currentTheme
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Themes.cs (3)
175WorkflowTheme.currentTheme = LoadThemeSettingFromRegistry(); 250WorkflowTheme.currentTheme = CreateStandardTheme(ThemeType.Default); 267WorkflowTheme.currentTheme = value;
9 references to currentTheme
System.Workflow.ComponentModel (9)
AuthoringOM\Design\Themes.cs (9)
176if (WorkflowTheme.currentTheme != null) 177WorkflowTheme.currentTheme.ReadOnly = true; 248if (WorkflowTheme.currentTheme == null) 251WorkflowTheme.currentTheme.ReadOnly = true; 254return WorkflowTheme.currentTheme; 259if (WorkflowTheme.currentTheme == value) 265WorkflowTheme oldTheme = WorkflowTheme.currentTheme; 268WorkflowTheme.currentTheme.ReadOnly = true; 451WorkflowTheme.ThemeChanged(WorkflowTheme.currentTheme, EventArgs.Empty);