1 write to s_xmlTokeFullNames
PresentationFramework (1)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
78
s_xmlTokeFullNames
= new Dictionary<XmlToken, string>();
3 references to s_xmlTokeFullNames
PresentationFramework (3)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (3)
540
return
s_xmlTokeFullNames
[token];
560
s_xmlTokeFullNames
.Add(token, $"{AnnotationXmlConstants.Prefixes.BaseSchemaPrefix}:{xmlName}");
575
s_xmlTokeFullNames
.Add(token, xmlName);