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