4 references to CargoCollection
PresentationFramework (4)
src\Framework\System\Windows\Annotations\Annotation.cs (4)
270
writer.WriteStartElement(AnnotationXmlConstants.Elements.
CargoCollection
, AnnotationXmlConstants.Namespaces.CoreSchemaNamespace);
332
else if (AnnotationXmlConstants.Elements.
CargoCollection
== reader.LocalName)
334
CheckForNonNamespaceAttribute(reader, AnnotationXmlConstants.Elements.
CargoCollection
);
339
while (!(AnnotationXmlConstants.Elements.
CargoCollection
== reader.LocalName && XmlNodeType.EndElement == reader.NodeType))