1 type derived from AnnotationObservableCollection
PresentationFramework (1)
MS\Internal\Annotations\AnnotationResourceCollection.cs (1)
23
internal 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)
367
private
AnnotationObservableCollection
<ContentLocatorBase> InternalLocators
532
private
AnnotationObservableCollection
<ContentLocatorBase> _locators;
System\Windows\Annotations\LocatorGroup.cs (1)
309
private
AnnotationObservableCollection
<ContentLocator> _locators;
System\Windows\Annotations\LocatorPartList.cs (1)
495
private
AnnotationObservableCollection
<ContentLocatorPart> _parts;