1 write to _annotation
PresentationFramework (1)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
91_annotation = annotation;
8 references to _annotation
PresentationFramework (8)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (8)
92_isNewAnnotation = _annotation.Cargos.Count == 0; 196int nCount = sncAnnotation._annotation.Authors.Count; 204authors += listSeparator + sncAnnotation._annotation.Authors[i]; 208authors += sncAnnotation._annotation.Authors[i]; 413foreach (AnnotationResource cargo in _annotation.Cargos) 758_annotation.Cargos.Remove(cargo); 771_annotation.Cargos.Add(cargo); 875sncAnnotation._annotation.Cargos.Add(cargo);