2 references to ComboBoxAutomationNameProperty
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\CaseKeyBox.xaml.cs (2)
186
get { return (string)GetValue(
ComboBoxAutomationNameProperty
); }
187
set { SetValue(
ComboBoxAutomationNameProperty
, value); }