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