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