2 instantiations of SNCAnnotation
PresentationFramework (2)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (2)
1269SNCAnnotation sncAnnotation = new SNCAnnotation(args.Annotation); 1283SNCAnnotation sncAnnotation = new SNCAnnotation(attachedAnnotation.Annotation);
15 references to SNCAnnotation
PresentationFramework (15)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (13)
106public static void UpdateAnnotation(XmlToken token, StickyNoteControl snc, SNCAnnotation sncAnnotation) 158public static void UpdateStickyNoteControl(XmlToken token, StickyNoteControl snc, SNCAnnotation sncAnnotation) 433ret = SNCAnnotation.FindContent(token, cargo); 459SNCAnnotation annotation, XmlToken token, out AnnotationResource cargo, out XmlElement root, out bool newCargo, out bool newRoot) 674XmlElement root = SNCAnnotation.FindRootXmlElement(token, cargo); 787private static void UpdateMetaData(XmlToken token, StickyNoteControl snc, SNCAnnotation sncAnnotation) 1269SNCAnnotation sncAnnotation = new SNCAnnotation(args.Annotation); 1271UpdateSNCWithAnnotation(SNCAnnotation.AllValues); 1283SNCAnnotation sncAnnotation = new SNCAnnotation(attachedAnnotation.Annotation); 1324UpdateSNCWithAnnotation(SNCAnnotation.AllValues); 1438SNCAnnotation.UpdateStickyNoteControl(tokens, this, _sncAnnotation); 1466SNCAnnotation.UpdateAnnotation(tokens, this, _sncAnnotation); 1627private SNCAnnotation _sncAnnotation;
System\Windows\Controls\StickyNote.cs (2)
163UpdateSNCWithAnnotation(SNCAnnotation.AllValues); 1247UpdateSNCWithAnnotation(SNCAnnotation.Sizes);