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