5 references to ValueProperty
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\StringEditor.cs (5)
47get { return (string)this.GetValue(StringEditor.ValueProperty); } 48set { this.SetValue(StringEditor.ValueProperty, value); } 338ValueEditorUtils.UpdateBinding(this, StringEditor.ValueProperty, UpdateBindingType.Target); 352ValueEditorUtils.UpdateBinding(this, StringEditor.ValueProperty, false); 354ValueEditorUtils.UpdateBinding(this, StringEditor.ValueProperty, UpdateBindingType.Target);