4 references to AuthorCollection
PresentationFramework (4)
src\Framework\System\Windows\Annotations\Annotation.cs (4)
244writer.WriteStartElement(AnnotationXmlConstants.Elements.AuthorCollection, AnnotationXmlConstants.Namespaces.CoreSchemaNamespace); 347else if (AnnotationXmlConstants.Elements.AuthorCollection == reader.LocalName) 349CheckForNonNamespaceAttribute(reader, AnnotationXmlConstants.Elements.AuthorCollection); 354while (!(AnnotationXmlConstants.Elements.AuthorCollection == reader.LocalName && XmlNodeType.EndElement == reader.NodeType))