Base:
property
PropertyName
System.Activities.Presentation.PropertyEditing.PropertyEntry.PropertyName
9 references to PropertyName
System.Activities.Presentation (9)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyEntry.cs (7)
461if (!this.PropertyName.Equals(e.PropertyName)) 703if (string.Equals(this.PropertyName, this.DisplayName)) 705return string.Format(CultureInfo.CurrentCulture, "{0} (PropertyEntry)", this.PropertyName); 709return string.Format(CultureInfo.CurrentCulture, "{0} (\"{1}\" - PropertyEntry)", this.PropertyName, this.DisplayName); 775_parent.PropertyName; 1139Fx.Assert(_source != null, "Could not figure out the source for property " + _parent.PropertyName); 1281_isAttached = _parent.PropertyName.IndexOf('.') > -1;
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyEntryCollection.cs (1)
70if (string.Equals(entry.PropertyName, propertyName))
System.Activities.Presentation\System\Activities\Presentation\View\ModelPropertyPathExpanderConverter.cs (1)
25StringBuilder propertyPath = new StringBuilder(modelPropertyEntry.PropertyName);