2 references to AutomationNameProperty
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\StringEditor.cs (2)
59get { return (string)this.GetValue(StringEditor.AutomationNameProperty); } 60set { this.SetValue(StringEditor.AutomationNameProperty, value); }