3 references to ObservableCollectionWorkaround
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\CategoryBase.cs (1)
31
private ObservableCollectionWorkaround<CategoryEditor> categoryEditors = new
ObservableCollectionWorkaround
<CategoryEditor>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelCategoryEntry.cs (2)
34
_basicProperties = new
ObservableCollectionWorkaround
<PropertyEntry>();
35
_advancedProperties = new
ObservableCollectionWorkaround
<PropertyEntry>();