2 references to IsEditingProperty
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\StringEditor.cs (2)
65get { return (bool)this.GetValue(StringEditor.IsEditingProperty); } 66set { this.SetValue(StringEditor.IsEditingProperty, value); }