6 references to GetXmlName
PresentationFramework (6)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (6)
495
root = xmlDoc.CreateElement(
GetXmlName
(token), AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);
505
root = xmlDoc.CreateElement(
GetXmlName
(token), AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);
520
string name =
GetXmlName
(token);
650
xmlName =
GetXmlName
(token);
661
xmlName =
GetXmlName
(XmlToken.MetaData);
710
return root.GetAttributeNode(
GetXmlName
(token), AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);