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