1 write to _annotation
PresentationFramework (1)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
81
_annotation
= annotation;
8 references to _annotation
PresentationFramework (8)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (8)
82
_isNewAnnotation =
_annotation
.Cargos.Count == 0;
186
int nCount = sncAnnotation.
_annotation
.Authors.Count;
194
authors += listSeparator + sncAnnotation.
_annotation
.Authors[i];
198
authors += sncAnnotation.
_annotation
.Authors[i];
403
foreach (AnnotationResource cargo in
_annotation
.Cargos)
748
_annotation
.Cargos.Remove(cargo);
761
_annotation
.Cargos.Add(cargo);
865
sncAnnotation.
_annotation
.Cargos.Add(cargo);