1 type derived from AnnotationObservableCollection
PresentationFramework (1)
MS\Internal\Annotations\AnnotationResourceCollection.cs (1)
23internal sealed class AnnotationResourceCollection : AnnotationObservableCollection<AnnotationResource>
3 instantiations of AnnotationObservableCollection
PresentationFramework (3)
System\Windows\Annotations\AnnotationResource.cs (1)
373_locators = new AnnotationObservableCollection<ContentLocatorBase>();
System\Windows\Annotations\LocatorGroup.cs (1)
46_locators = new AnnotationObservableCollection<ContentLocator>();
System\Windows\Annotations\LocatorPartList.cs (1)
50_parts = new AnnotationObservableCollection<ContentLocatorPart>();
4 references to AnnotationObservableCollection
PresentationFramework (4)
System\Windows\Annotations\AnnotationResource.cs (2)
367private AnnotationObservableCollection<ContentLocatorBase> InternalLocators 532private AnnotationObservableCollection<ContentLocatorBase> _locators;
System\Windows\Annotations\LocatorGroup.cs (1)
309private AnnotationObservableCollection<ContentLocator> _locators;
System\Windows\Annotations\LocatorPartList.cs (1)
495private AnnotationObservableCollection<ContentLocatorPart> _parts;