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