1 write to _locators
PresentationFramework (1)
src\Framework\System\Windows\Annotations\AnnotationResource.cs (1)
402
_locators
= new AnnotationObservableCollection<ContentLocatorBase>();
5 references to _locators
PresentationFramework (5)
src\Framework\System\Windows\Annotations\AnnotationResource.cs (5)
150
if (
_locators
!= null)
152
foreach (ContentLocatorBase locator in
_locators
)
400
if (
_locators
== null)
403
_locators
.CollectionChanged += OnLocatorsChanged;
405
return
_locators
;