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