1 type derived from AnnotationObservableCollection
PresentationFramework (1)
src\Framework\MS\Internal\Annotations\AnnotationResourceCollection.cs (1)
33internal sealed class AnnotationResourceCollection : AnnotationObservableCollection<AnnotationResource>
3 instantiations of AnnotationObservableCollection
PresentationFramework (3)
src\Framework\System\Windows\Annotations\AnnotationResource.cs (1)
402_locators = new AnnotationObservableCollection<ContentLocatorBase>();
src\Framework\System\Windows\Annotations\LocatorGroup.cs (1)
62_locators = new AnnotationObservableCollection<ContentLocator>();
src\Framework\System\Windows\Annotations\LocatorPartList.cs (1)
65_parts = new AnnotationObservableCollection<ContentLocatorPart>();
4 references to AnnotationObservableCollection
PresentationFramework (4)
src\Framework\System\Windows\Annotations\AnnotationResource.cs (2)
396private AnnotationObservableCollection<ContentLocatorBase> InternalLocators 561private AnnotationObservableCollection<ContentLocatorBase> _locators;
src\Framework\System\Windows\Annotations\LocatorGroup.cs (1)
331private AnnotationObservableCollection<ContentLocator> _locators;
src\Framework\System\Windows\Annotations\LocatorPartList.cs (1)
519private AnnotationObservableCollection<ContentLocatorPart> _parts;