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