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