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