1 write to FilePath
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Themes.cs (1)
431theme.FilePath = LookupPath;
3 references to FilePath
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (2)
362this.themeLocationTextBox.Text = this.bufferedTheme.FilePath; 488if (!this.bufferedTheme.FilePath.Equals(this.themeLocationTextBox.Text.Trim(), StringComparison.OrdinalIgnoreCase))
AuthoringOM\Design\Themes.cs (1)
391themeKey.SetValue(WorkflowTheme.ThemePathKey, WorkflowTheme.CurrentTheme.FilePath);