6 references to ModelPropertyValue
System.Data (6)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyEntry.cs (4)
379this.ModelPropertyValue.OnUnderlyingModelChanged(); 420this.ModelPropertyValue.OnUnderlyingModelChanged(); 636this.ModelPropertyValue.OnUnderlyingModelChanged(); 1178_collection = new ModelPropertyValueCollection(_parent.ModelPropertyValue);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyEntryBase.cs (1)
152this.ModelPropertyValue.OnUnderlyingSubModelChanged();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyIndexer.cs (1)
367_collection = new ModelPropertyValueCollection(_parent.ModelPropertyValue);