2 instantiations of SNCAnnotation
PresentationFramework (2)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (2)
1294SNCAnnotation sncAnnotation = new SNCAnnotation(args.Annotation); 1308SNCAnnotation sncAnnotation = new SNCAnnotation(attachedAnnotation.Annotation);
15 references to SNCAnnotation
PresentationFramework (15)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (13)
122public static void UpdateAnnotation(XmlToken token, StickyNoteControl snc, SNCAnnotation sncAnnotation) 174public static void UpdateStickyNoteControl(XmlToken token, StickyNoteControl snc, SNCAnnotation sncAnnotation) 449ret = SNCAnnotation.FindContent(token, cargo); 475SNCAnnotation annotation, XmlToken token, out AnnotationResource cargo, out XmlElement root, out bool newCargo, out bool newRoot) 690XmlElement root = SNCAnnotation.FindRootXmlElement(token, cargo); 804private static void UpdateMetaData(XmlToken token, StickyNoteControl snc, SNCAnnotation sncAnnotation) 1294SNCAnnotation sncAnnotation = new SNCAnnotation(args.Annotation); 1296UpdateSNCWithAnnotation(SNCAnnotation.AllValues); 1308SNCAnnotation sncAnnotation = new SNCAnnotation(attachedAnnotation.Annotation); 1349UpdateSNCWithAnnotation(SNCAnnotation.AllValues); 1464SNCAnnotation.UpdateStickyNoteControl(tokens, this, _sncAnnotation); 1492SNCAnnotation.UpdateAnnotation(tokens, this, _sncAnnotation); 1654private SNCAnnotation _sncAnnotation;
src\Framework\System\Windows\Controls\StickyNote.cs (2)
200UpdateSNCWithAnnotation(SNCAnnotation.AllValues); 1284UpdateSNCWithAnnotation(SNCAnnotation.Sizes);