2 instantiations of SNCAnnotation
PresentationFramework (2)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (2)
1279SNCAnnotation sncAnnotation = new SNCAnnotation(args.Annotation); 1293SNCAnnotation sncAnnotation = new SNCAnnotation(attachedAnnotation.Annotation);
15 references to SNCAnnotation
PresentationFramework (15)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (13)
116public static void UpdateAnnotation(XmlToken token, StickyNoteControl snc, SNCAnnotation sncAnnotation) 168public static void UpdateStickyNoteControl(XmlToken token, StickyNoteControl snc, SNCAnnotation sncAnnotation) 443ret = SNCAnnotation.FindContent(token, cargo); 469SNCAnnotation annotation, XmlToken token, out AnnotationResource cargo, out XmlElement root, out bool newCargo, out bool newRoot) 684XmlElement root = SNCAnnotation.FindRootXmlElement(token, cargo); 797private static void UpdateMetaData(XmlToken token, StickyNoteControl snc, SNCAnnotation sncAnnotation) 1279SNCAnnotation sncAnnotation = new SNCAnnotation(args.Annotation); 1281UpdateSNCWithAnnotation(SNCAnnotation.AllValues); 1293SNCAnnotation sncAnnotation = new SNCAnnotation(attachedAnnotation.Annotation); 1334UpdateSNCWithAnnotation(SNCAnnotation.AllValues); 1448SNCAnnotation.UpdateStickyNoteControl(tokens, this, _sncAnnotation); 1476SNCAnnotation.UpdateAnnotation(tokens, this, _sncAnnotation); 1637private SNCAnnotation _sncAnnotation;
System\Windows\Controls\StickyNote.cs (2)
190UpdateSNCWithAnnotation(SNCAnnotation.AllValues); 1274UpdateSNCWithAnnotation(SNCAnnotation.Sizes);