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