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