4 references to EditorAutomationName
System.Activities.Core.Presentation (4)
System\Activities\Core\Presentation\CaseKeyBox.xaml.cs (4)
282if (comboBoxTextBox != null && !string.IsNullOrEmpty(EditorAutomationName)) 284comboBoxTextBox.SetValue(AutomationProperties.NameProperty, EditorAutomationName); 298if (textBox != null && !string.IsNullOrEmpty(EditorAutomationName)) 300textBox.SetValue(AutomationProperties.NameProperty, EditorAutomationName);