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