1 write to _locators
PresentationFramework (1)
System\Windows\Annotations\AnnotationResource.cs (1)
379
_locators
= new AnnotationObservableCollection<ContentLocatorBase>();
5 references to _locators
PresentationFramework (5)
System\Windows\Annotations\AnnotationResource.cs (5)
131
if (
_locators
!= null)
133
foreach (ContentLocatorBase locator in
_locators
)
377
if (
_locators
== null)
380
_locators
.CollectionChanged += OnLocatorsChanged;
382
return
_locators
;