12 references to PropertyEntry
System.Activities.Presentation (12)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\SubPropertyEditorAutomationPeer.cs (2)
149_editor.PropertyEntry != null && 150_editor.PropertyEntry.PropertyValue.HasSubProperties == true)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\SubPropertyEditor.cs (10)
150PropertyEntry parent = this.PropertyEntry; 179get { return PropertySelectionPathInterpreter.Instance.ConstructSelectionPath(this.PropertyEntry); } 189PropertyEntry property = this.PropertyEntry; 195this.PropertyEntry.PropertyName); 279PropertyEntry containedProperty = theThis.PropertyEntry; 336Fx.Assert(this.PropertyEntry != null, "PropertyEntry should not be null"); 337if (this.PropertyEntry == null) 345this.PropertyEntry.PropertyValue.Value = selectedTypeModel.CreateInstance(); 449PropertyEntry containedProperty = this.PropertyEntry; 544PropertyEntry property = this.PropertyEntry;