1 type derived from AnnotationObservableCollection
PresentationFramework (1)
MS\Internal\Annotations\AnnotationResourceCollection.cs (1)
22
internal sealed class AnnotationResourceCollection :
AnnotationObservableCollection
<AnnotationResource>
3 instantiations of AnnotationObservableCollection
PresentationFramework (3)
System\Windows\Annotations\AnnotationResource.cs (1)
369
_locators = new
AnnotationObservableCollection
<ContentLocatorBase>();
System\Windows\Annotations\LocatorGroup.cs (1)
45
_locators = new
AnnotationObservableCollection
<ContentLocator>();
System\Windows\Annotations\LocatorPartList.cs (1)
36
_parts = new
AnnotationObservableCollection
<ContentLocatorPart>();
4 references to AnnotationObservableCollection
PresentationFramework (4)
System\Windows\Annotations\AnnotationResource.cs (2)
363
private
AnnotationObservableCollection
<ContentLocatorBase> InternalLocators
528
private
AnnotationObservableCollection
<ContentLocatorBase> _locators;
System\Windows\Annotations\LocatorGroup.cs (1)
308
private
AnnotationObservableCollection
<ContentLocator> _locators;
System\Windows\Annotations\LocatorPartList.cs (1)
480
private
AnnotationObservableCollection
<ContentLocatorPart> _parts;