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)
212
if (
_authors
!= null &&
_authors
.Count > 0)
215
foreach (string author in
_authors
)
331
_authors
.Add(node.InnerText);
458
return
_authors
;
897
_authors
.CollectionChanged += OnAuthorsChanged;