2 references to BeginCommandProperty
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\StringEditor.cs (2)
83get { return (ICommand)this.GetValue(StringEditor.BeginCommandProperty); } 84set { this.SetValue(StringEditor.BeginCommandProperty, value); }