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)
150if (_locators != null) 152foreach (ContentLocatorBase locator in _locators) 400if (_locators == null) 403_locators.CollectionChanged += OnLocatorsChanged; 405return _locators;