2 references to CommitCommandProperty
System.Activities.Presentation (2)
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); }