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