4 references to AuthorCollection
PresentationFramework (4)
System\Windows\Annotations\Annotation.cs (4)
222
writer.WriteStartElement(AnnotationXmlConstants.Elements.
AuthorCollection
, AnnotationXmlConstants.Namespaces.CoreSchemaNamespace);
322
else if (AnnotationXmlConstants.Elements.
AuthorCollection
== reader.LocalName)
324
CheckForNonNamespaceAttribute(reader, AnnotationXmlConstants.Elements.
AuthorCollection
);
329
while (!(AnnotationXmlConstants.Elements.
AuthorCollection
== reader.LocalName && XmlNodeType.EndElement == reader.NodeType))