4 references to AnchorCollection
PresentationFramework (4)
System\Windows\Annotations\Annotation.cs (4)
227
writer.WriteStartElement(AnnotationXmlConstants.Elements.
AnchorCollection
, AnnotationXmlConstants.Namespaces.CoreSchemaNamespace);
284
if (AnnotationXmlConstants.Elements.
AnchorCollection
== reader.LocalName)
286
CheckForNonNamespaceAttribute(reader, AnnotationXmlConstants.Elements.
AnchorCollection
);
291
while (!(AnnotationXmlConstants.Elements.
AnchorCollection
== reader.LocalName && XmlNodeType.EndElement == reader.NodeType))