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)
220
if (
_authors
!= null &&
_authors
.Count > 0)
223
foreach (string author in
_authors
)
339
_authors
.Add(node.InnerText);
466
return
_authors
;
901
_authors
.CollectionChanged += OnAuthorsChanged;