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; 202int nCount = sncAnnotation._annotation.Authors.Count; 210authors += listSeparator + sncAnnotation._annotation.Authors[i]; 214authors += sncAnnotation._annotation.Authors[i]; 419foreach (AnnotationResource cargo in _annotation.Cargos) 765_annotation.Cargos.Remove(cargo); 778_annotation.Cargos.Add(cargo); 882sncAnnotation._annotation.Cargos.Add(cargo);