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