10 references to Item
PresentationFramework (10)
System\Windows\Annotations\LocatorPart.cs (3)
368
res += $"{TextSelectionProcessor.CharacterRangeElementName.Name}/{corePrefix}:{AnnotationXmlConstants.Elements.
Item
}";
403
res += $"/parent::*/{corePrefix}:{AnnotationXmlConstants.Elements.
Item
}[";
408
res += $"/{corePrefix}:{AnnotationXmlConstants.Elements.
Item
}[";
System\Windows\Annotations\LocatorPartList.cs (7)
192
writer.WriteStartElement(AnnotationXmlConstants.Elements.
Item
, AnnotationXmlConstants.Namespaces.CoreSchemaNamespace);
245
if (AnnotationXmlConstants.Elements.
Item
== reader.LocalName && reader.NamespaceURI == AnnotationXmlConstants.Namespaces.CoreSchemaNamespace)
262
throw new XmlException(SR.Format(SR.UnexpectedAttribute, reader.LocalName, AnnotationXmlConstants.Elements.
Item
));
269
throw new XmlException(SR.Format(SR.RequiredAttributeMissing, AnnotationXmlConstants.Attributes.ItemName, AnnotationXmlConstants.Elements.
Item
));
273
throw new XmlException(SR.Format(SR.RequiredAttributeMissing, AnnotationXmlConstants.Attributes.ItemValue, AnnotationXmlConstants.Elements.
Item
));
286
if (!(XmlNodeType.EndElement == reader.NodeType && AnnotationXmlConstants.Elements.
Item
== reader.LocalName))
289
throw new XmlException(SR.Format(SR.InvalidXmlContent, AnnotationXmlConstants.Elements.
Item
));