10 references to Item
PresentationFramework (10)
System\Windows\Annotations\LocatorPart.cs (3)
364
res += $"{TextSelectionProcessor.CharacterRangeElementName.Name}/{corePrefix}:{AnnotationXmlConstants.Elements.
Item
}";
399
res += $"/parent::*/{corePrefix}:{AnnotationXmlConstants.Elements.
Item
}[";
404
res += $"/{corePrefix}:{AnnotationXmlConstants.Elements.
Item
}[";
System\Windows\Annotations\LocatorPartList.cs (7)
171
writer.WriteStartElement(AnnotationXmlConstants.Elements.
Item
, AnnotationXmlConstants.Namespaces.CoreSchemaNamespace);
224
if (AnnotationXmlConstants.Elements.
Item
== reader.LocalName && reader.NamespaceURI == AnnotationXmlConstants.Namespaces.CoreSchemaNamespace)
241
throw new XmlException(SR.Format(SR.UnexpectedAttribute, reader.LocalName, AnnotationXmlConstants.Elements.
Item
));
248
throw new XmlException(SR.Format(SR.RequiredAttributeMissing, AnnotationXmlConstants.Attributes.ItemName, AnnotationXmlConstants.Elements.
Item
));
252
throw new XmlException(SR.Format(SR.RequiredAttributeMissing, AnnotationXmlConstants.Attributes.ItemValue, AnnotationXmlConstants.Elements.
Item
));
265
if (!(XmlNodeType.EndElement == reader.NodeType && AnnotationXmlConstants.Elements.
Item
== reader.LocalName))
268
throw new XmlException(SR.Format(SR.InvalidXmlContent, AnnotationXmlConstants.Elements.
Item
));