1 write to _locators
PresentationFramework (1)
System\Windows\Annotations\AnnotationResource.cs (1)
373_locators = new AnnotationObservableCollection<ContentLocatorBase>();
5 references to _locators
PresentationFramework (5)
System\Windows\Annotations\AnnotationResource.cs (5)
125if (_locators != null) 127foreach (ContentLocatorBase locator in _locators) 371if (_locators == null) 374_locators.CollectionChanged += OnLocatorsChanged; 376return _locators;