2 instantiations of SNCAnnotation
PresentationFramework (2)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (2)
1268SNCAnnotation sncAnnotation = new SNCAnnotation(args.Annotation); 1282SNCAnnotation sncAnnotation = new SNCAnnotation(attachedAnnotation.Annotation);
15 references to SNCAnnotation
PresentationFramework (15)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (13)
105public static void UpdateAnnotation(XmlToken token, StickyNoteControl snc, SNCAnnotation sncAnnotation) 157public static void UpdateStickyNoteControl(XmlToken token, StickyNoteControl snc, SNCAnnotation sncAnnotation) 432ret = SNCAnnotation.FindContent(token, cargo); 458SNCAnnotation annotation, XmlToken token, out AnnotationResource cargo, out XmlElement root, out bool newCargo, out bool newRoot) 673XmlElement root = SNCAnnotation.FindRootXmlElement(token, cargo); 786private static void UpdateMetaData(XmlToken token, StickyNoteControl snc, SNCAnnotation sncAnnotation) 1268SNCAnnotation sncAnnotation = new SNCAnnotation(args.Annotation); 1270UpdateSNCWithAnnotation(SNCAnnotation.AllValues); 1282SNCAnnotation sncAnnotation = new SNCAnnotation(attachedAnnotation.Annotation); 1323UpdateSNCWithAnnotation(SNCAnnotation.AllValues); 1437SNCAnnotation.UpdateStickyNoteControl(tokens, this, _sncAnnotation); 1465SNCAnnotation.UpdateAnnotation(tokens, this, _sncAnnotation); 1626private SNCAnnotation _sncAnnotation;
System\Windows\Controls\StickyNote.cs (2)
162UpdateSNCWithAnnotation(SNCAnnotation.AllValues); 1235UpdateSNCWithAnnotation(SNCAnnotation.Sizes);