8 references to ParentValue
System.Activities.Presentation (8)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyEntry.cs (3)
470PropertyValue parentValue = this.ParentValue; 475parentValue = parentProperty.ParentValue; 618ModelPropertyValue parentValue = this.ParentValue as ModelPropertyValue;
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyEntryBase.cs (2)
137if (ParentValue != null) 139_depth = ((ModelPropertyEntryBase)ParentValue.ParentProperty).Depth + 1;
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelUtilities.cs (3)
134if (property.ParentValue == null) 148property = property.ParentValue == null ? null : property.ParentValue.ParentProperty;