MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (9)
489root = xmlDoc.CreateElement(GetXmlName(token), AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);
499root = xmlDoc.CreateElement(GetXmlName(token), AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);
516XmlNode oldValue = root.GetAttributeNode(name, AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);
522root.SetAttribute(name, AnnotationXmlConstants.Namespaces.BaseSchemaNamespace, value);
527root.RemoveAttribute(name, AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);
529root.SetAttribute(name, AnnotationXmlConstants.Namespaces.BaseSchemaNamespace, value);
704return root.GetAttributeNode(GetXmlName(token), AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);
1165public static readonly XmlQualifiedName TextSchemaName = new XmlQualifiedName("TextStickyNote", AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);
1170public static readonly XmlQualifiedName InkSchemaName = new XmlQualifiedName("InkStickyNote", AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);