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