4 references to AnchorCollection
PresentationFramework (4)
src\Framework\System\Windows\Annotations\Annotation.cs (4)
257writer.WriteStartElement(AnnotationXmlConstants.Elements.AnchorCollection, AnnotationXmlConstants.Namespaces.CoreSchemaNamespace); 317if (AnnotationXmlConstants.Elements.AnchorCollection == reader.LocalName) 319CheckForNonNamespaceAttribute(reader, AnnotationXmlConstants.Elements.AnchorCollection); 324while (!(AnnotationXmlConstants.Elements.AnchorCollection == reader.LocalName && XmlNodeType.EndElement == reader.NodeType))