MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (9)
478root = xmlDoc.CreateElement(GetXmlName(token), AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);
488root = xmlDoc.CreateElement(GetXmlName(token), AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);
505XmlNode oldValue = root.GetAttributeNode(name, AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);
511root.SetAttribute(name, AnnotationXmlConstants.Namespaces.BaseSchemaNamespace, value);
516root.RemoveAttribute(name, AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);
518root.SetAttribute(name, AnnotationXmlConstants.Namespaces.BaseSchemaNamespace, value);
693return root.GetAttributeNode(GetXmlName(token), AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);
1153public static readonly XmlQualifiedName TextSchemaName = new XmlQualifiedName("TextStickyNote", AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);
1158public static readonly XmlQualifiedName InkSchemaName = new XmlQualifiedName("InkStickyNote", AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);