1 write to _locators
PresentationFramework (1)
System\Windows\Annotations\AnnotationResource.cs (1)
379_locators = new AnnotationObservableCollection<ContentLocatorBase>();
5 references to _locators
PresentationFramework (5)
System\Windows\Annotations\AnnotationResource.cs (5)
131if (_locators != null) 133foreach (ContentLocatorBase locator in _locators) 377if (_locators == null) 380_locators.CollectionChanged += OnLocatorsChanged; 382return _locators;