6 references to GetXmlName
PresentationFramework (6)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (6)
479
root = xmlDoc.CreateElement(
GetXmlName
(token), AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);
489
root = xmlDoc.CreateElement(
GetXmlName
(token), AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);
504
string name =
GetXmlName
(token);
634
xmlName =
GetXmlName
(token);
645
xmlName =
GetXmlName
(XmlToken.MetaData);
694
return root.GetAttributeNode(
GetXmlName
(token), AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);