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; 186int nCount = sncAnnotation._annotation.Authors.Count; 194authors += listSeparator + sncAnnotation._annotation.Authors[i]; 198authors += sncAnnotation._annotation.Authors[i]; 403foreach (AnnotationResource cargo in _annotation.Cargos) 748_annotation.Cargos.Remove(cargo); 761_annotation.Cargos.Add(cargo); 865sncAnnotation._annotation.Cargos.Add(cargo);