1 write to _authors
PresentationFramework (1)
System\Windows\Annotations\Annotation.cs (1)
893_authors = new ObservableCollection<string>();
6 references to _authors
PresentationFramework (6)
System\Windows\Annotations\Annotation.cs (6)
213if (_authors != null && _authors.Count > 0) 216foreach (string author in _authors) 332_authors.Add(node.InnerText); 459return _authors; 894_authors.CollectionChanged += OnAuthorsChanged;