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