1 write to themeConfigDialog
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
1182
this.
themeConfigDialog
= themeConfigDialog;
10 references to themeConfigDialog
System.Workflow.ComponentModel (10)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (10)
1183
this.
themeConfigDialog
.propertiesGrid.PropertyValueChanged += new PropertyValueChangedEventHandler(OnThemePropertyChanged);
1193
if (this.
themeConfigDialog
!= null && this.
themeConfigDialog
.propertiesGrid != null)
1194
this.
themeConfigDialog
.propertiesGrid.PropertyValueChanged -= new PropertyValueChangedEventHandler(OnThemePropertyChanged);
1199
if (this.
themeConfigDialog
== null)
1205
using (BufferedTheme bufferedTheme = new BufferedTheme(this.
themeConfigDialog
.bufferedTheme))
1211
if (this.
themeConfigDialog
!= null)
1213
using (BufferedTheme bufferedTheme = new BufferedTheme(this.
themeConfigDialog
.bufferedTheme))
1225
if (this.
themeConfigDialog
!= null)
1227
using (BufferedTheme bufferedTheme = new BufferedTheme(this.
themeConfigDialog
.bufferedTheme))