1 write to themeType
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Themes.cs (1)
429
theme.
themeType
= standardThemeType;
3 references to themeType
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Themes.cs (3)
389
themeKey.SetValue(WorkflowTheme.ThemeTypeKey, WorkflowTheme.CurrentTheme.
themeType
);
390
if (WorkflowTheme.CurrentTheme.
themeType
== ThemeType.UserDefined)
809
return this.
themeType
;