5 writes to filePath
System.Workflow.ComponentModel (5)
AuthoringOM\Design\Themes.cs (5)
182
this.
filePath
= WorkflowTheme.GenerateThemeFilePath();
487
theme.
filePath
= themeFilePath;
523
this.
filePath
= themeFilePath;
561
theme.
filePath
= this.filePath;
635
this.
filePath
= value;
7 references to filePath
System.Workflow.ComponentModel (7)
AuthoringOM\Design\Themes.cs (7)
183
if (this.
filePath
!= null && this.
filePath
.Length > 0)
184
this.name = Path.GetFileNameWithoutExtension(this.
filePath
);
561
theme.filePath = this.
filePath
;
627
return this.
filePath
;
645
if (this.
filePath
.Length > 0)
649
directory = Path.GetDirectoryName(this.
filePath
) + Path.DirectorySeparatorChar;