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