1 write to workflowTheme
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Themes.cs (1)
854
this.
workflowTheme
= theme;
5 references to workflowTheme
System.Workflow.ComponentModel (5)
AuthoringOM\Design\Themes.cs (5)
884
return this.
workflowTheme
;
933
if (this.
workflowTheme
!= null)
934
return this.
workflowTheme
.ReadOnly;
940
if (this.
workflowTheme
!= null)
941
this.
workflowTheme
.ReadOnly = value;