1 instantiation of ThemeConfigurationDialog
System.Workflow.ComponentModel (1)
AuthoringOM\Design\CommandSet.cs (1)
681ThemeConfigurationDialog themeConfigDialog = new ThemeConfigurationDialog(this.serviceProvider);
7 references to ThemeConfigurationDialog
System.Workflow.ComponentModel (7)
AuthoringOM\Design\CommandSet.cs (1)
681ThemeConfigurationDialog themeConfigDialog = new ThemeConfigurationDialog(this.serviceProvider);
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (6)
129System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ThemeConfigurationDialog)); 540DesignerHelpers.ShowHelpFromKeyword(this.serviceProvider, typeof(ThemeConfigurationDialog).FullName + ".UI"); 914private ThemeConfigurationDialog parent = null; 917internal DesignerPreview(ThemeConfigurationDialog parent) 1177private ThemeConfigurationDialog themeConfigDialog = null; 1179internal ReadonlyWorkflow(ThemeConfigurationDialog themeConfigDialog, IServiceProvider serviceProvider)