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)
124if (_locators != null) 126foreach (ContentLocatorBase locator in _locators) 367if (_locators == null) 370_locators.CollectionChanged += OnLocatorsChanged; 372return _locators;