1 write to s_xmlTokeFullNames
PresentationFramework (1)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
84
s_xmlTokeFullNames
= new Dictionary<XmlToken, string>();
3 references to s_xmlTokeFullNames
PresentationFramework (3)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (3)
546
return
s_xmlTokeFullNames
[token];
566
s_xmlTokeFullNames
.Add(token, AnnotationXmlConstants.Prefixes.BaseSchemaPrefix + ":" + xmlName);
581
s_xmlTokeFullNames
.Add(token, xmlName);