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)
213
if (
_authors
!= null &&
_authors
.Count > 0)
216
foreach (string author in
_authors
)
332
_authors
.Add(node.InnerText);
459
return
_authors
;
894
_authors
.CollectionChanged += OnAuthorsChanged;