1 write to _authors
PresentationFramework (1)
src\Framework\System\Windows\Annotations\Annotation.cs (1)
925
_authors
= new ObservableCollection<string>();
6 references to _authors
PresentationFramework (6)
src\Framework\System\Windows\Annotations\Annotation.cs (6)
242
if (
_authors
!= null &&
_authors
.Count > 0)
245
foreach (string author in
_authors
)
364
_authors
.Add(node.InnerText);
491
return
_authors
;
926
_authors
.CollectionChanged += OnAuthorsChanged;