1 write to _authors
PresentationFramework (1)
System\Windows\Annotations\Annotation.cs (1)
900_authors = new ObservableCollection<string>();
6 references to _authors
PresentationFramework (6)
System\Windows\Annotations\Annotation.cs (6)
220if (_authors != null && _authors.Count > 0) 223foreach (string author in _authors) 339_authors.Add(node.InnerText); 466return _authors; 901_authors.CollectionChanged += OnAuthorsChanged;