1 write to _authors
PresentationFramework (1)
System\Windows\Annotations\Annotation.cs (1)
896_authors = new ObservableCollection<string>();
6 references to _authors
PresentationFramework (6)
System\Windows\Annotations\Annotation.cs (6)
212if (_authors != null && _authors.Count > 0) 215foreach (string author in _authors) 331_authors.Add(node.InnerText); 458return _authors; 897_authors.CollectionChanged += OnAuthorsChanged;