2 references to FinishEditingCommandProperty
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\StringEditor.cs (2)
101get { return (ICommand)this.GetValue(StringEditor.FinishEditingCommandProperty); } 102set { this.SetValue(StringEditor.FinishEditingCommandProperty, value); }