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