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