1 write to _authors
PresentationFramework (1)
src\Framework\System\Windows\Annotations\Annotation.cs (1)
925_authors = new ObservableCollection<string>();
6 references to _authors
PresentationFramework (6)
src\Framework\System\Windows\Annotations\Annotation.cs (6)
242if (_authors != null && _authors.Count > 0) 245foreach (string author in _authors) 364_authors.Add(node.InnerText); 491return _authors; 926_authors.CollectionChanged += OnAuthorsChanged;