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