1 write to _annotation
PresentationFramework (1)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
97
_annotation
= annotation;
8 references to _annotation
PresentationFramework (8)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (8)
98
_isNewAnnotation =
_annotation
.Cargos.Count == 0;
202
int nCount = sncAnnotation.
_annotation
.Authors.Count;
210
authors += listSeparator + sncAnnotation.
_annotation
.Authors[i];
214
authors += sncAnnotation.
_annotation
.Authors[i];
419
foreach (AnnotationResource cargo in
_annotation
.Cargos)
765
_annotation
.Cargos.Remove(cargo);
778
_annotation
.Cargos.Add(cargo);
882
sncAnnotation.
_annotation
.Cargos.Add(cargo);