1 write to _annotation
PresentationFramework (1)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
80_annotation = annotation;
8 references to _annotation
PresentationFramework (8)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (8)
81_isNewAnnotation = _annotation.Cargos.Count == 0; 185int nCount = sncAnnotation._annotation.Authors.Count; 193authors += listSeparator + sncAnnotation._annotation.Authors[i]; 197authors += sncAnnotation._annotation.Authors[i]; 402foreach (AnnotationResource cargo in _annotation.Cargos) 747_annotation.Cargos.Remove(cargo); 760_annotation.Cargos.Add(cargo); 864sncAnnotation._annotation.Cargos.Add(cargo);