1 write to themeLocationButton
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
135
this.
themeLocationButton
= new System.Windows.Forms.Button();
6 references to themeLocationButton
System.Workflow.ComponentModel (6)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (6)
87
this.
themeLocationButton
.AutoSize = true;
186
this.nameLocationTableLayoutPanel.Controls.Add(this.
themeLocationButton
, 2, 1);
195
resources.ApplyResources(this.
themeLocationButton
, "themeLocationButton");
196
this.
themeLocationButton
.Margin = new System.Windows.Forms.Padding(3, 3, 0, 0);
197
this.
themeLocationButton
.Name = "themeLocationButton";
395
this.
themeLocationButton
.Click += new EventHandler(OnThemeLocationClicked);