6 references to GetXmlName
PresentationFramework (6)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (6)
478
root = xmlDoc.CreateElement(
GetXmlName
(token), AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);
488
root = xmlDoc.CreateElement(
GetXmlName
(token), AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);
503
string name =
GetXmlName
(token);
633
xmlName =
GetXmlName
(token);
644
xmlName =
GetXmlName
(XmlToken.MetaData);
693
return root.GetAttributeNode(
GetXmlName
(token), AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);