13 writes to ReadOnly
System.Workflow.ComponentModel (13)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (5)
84this.bufferedTheme.ReadOnly = false; 337this.bufferedTheme.ReadOnly = true; 504this.bufferedTheme.ReadOnly = false; 509this.bufferedTheme.ReadOnly = true; 1251WorkflowTheme.CurrentTheme.ReadOnly = false; //this was themeToApply passed into constructor, need to make it r/w again
AuthoringOM\Design\Themes.cs (8)
177WorkflowTheme.currentTheme.ReadOnly = true; 251WorkflowTheme.currentTheme.ReadOnly = true; 268WorkflowTheme.currentTheme.ReadOnly = true; 694ReadOnly = false; 787ReadOnly = wasReadOnly; 798this.ReadOnly = false; 800this.ReadOnly = oldReadOnly; 941this.workflowTheme.ReadOnly = value;
7 references to ReadOnly
System.Workflow.ComponentModel (7)
AuthoringOM\Design\Themes.cs (7)
582if (ReadOnly) 598if (ReadOnly) 614if (ReadOnly) 632if (ReadOnly) 689bool wasReadOnly = ReadOnly; 797bool oldReadOnly = this.ReadOnly; 934return this.workflowTheme.ReadOnly;