2 references to StringAuthor
PresentationFramework (2)
System\Windows\Annotations\Annotation.cs (2)
227
writer.WriteElementString(AnnotationXmlConstants.Prefixes.BaseSchemaPrefix, AnnotationXmlConstants.Elements.
StringAuthor
, AnnotationXmlConstants.Namespaces.BaseSchemaNamespace, author);
331
if (!(AnnotationXmlConstants.Elements.
StringAuthor
== reader.LocalName && XmlNodeType.Element == reader.NodeType))