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