1 write to _locators
PresentationFramework (1)
System\Windows\Annotations\AnnotationResource.cs (1)
369
_locators
= new AnnotationObservableCollection<ContentLocatorBase>();
5 references to _locators
PresentationFramework (5)
System\Windows\Annotations\AnnotationResource.cs (5)
124
if (
_locators
!= null)
126
foreach (ContentLocatorBase locator in
_locators
)
367
if (
_locators
== null)
370
_locators
.CollectionChanged += OnLocatorsChanged;
372
return
_locators
;