2 references to AutomationNameProperty
System.Data (2)
cdf\src\NetFx40\Tools\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); }