3 instantiations of 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>();
10 references to ObservableCollectionWorkaround
System.Data (10)
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 (9)
25
private
ObservableCollectionWorkaround
<PropertyEntry> _basicProperties;
26
private
ObservableCollectionWorkaround
<PropertyEntry> _advancedProperties;
76
internal
ObservableCollectionWorkaround
<PropertyEntry> GetBucket(PropertyEntry property)
127
ObservableCollectionWorkaround
<PropertyEntry> castBucket = bucket as
ObservableCollectionWorkaround
<PropertyEntry>;
174
ObservableCollectionWorkaround
<PropertyEntry> collection;
279
private static void MarkAllPropertiesDisassociated(
ObservableCollectionWorkaround
<PropertyEntry> propertyList)
287
private static void MarkAttachedPropertiesDisassociated(
ObservableCollectionWorkaround
<PropertyEntry> propertyList)
298
private static bool CullDisassociatedProperties(
ObservableCollectionWorkaround
<PropertyEntry> propertyList)