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