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