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