10 references to Item
PresentationFramework (10)
src\Framework\System\Windows\Annotations\LocatorPart.cs (3)
375
res += TextSelectionProcessor.CharacterRangeElementName.Name + "/" + corePrefix + ":"+AnnotationXmlConstants.Elements.
Item
;
412
res += "/parent::*/" + corePrefix + ":" + AnnotationXmlConstants.Elements.
Item
+ "[";
417
res += "/" + corePrefix + ":" + AnnotationXmlConstants.Elements.
Item
+ "[";
src\Framework\System\Windows\Annotations\LocatorPartList.cs (7)
206
writer.WriteStartElement(AnnotationXmlConstants.Elements.
Item
, AnnotationXmlConstants.Namespaces.CoreSchemaNamespace);
262
if (AnnotationXmlConstants.Elements.
Item
== reader.LocalName && reader.NamespaceURI == AnnotationXmlConstants.Namespaces.CoreSchemaNamespace)
279
throw new XmlException(SR.Get(SRID.UnexpectedAttribute, reader.LocalName, AnnotationXmlConstants.Elements.
Item
));
286
throw new XmlException(SR.Get(SRID.RequiredAttributeMissing, AnnotationXmlConstants.Attributes.ItemName, AnnotationXmlConstants.Elements.
Item
));
290
throw new XmlException(SR.Get(SRID.RequiredAttributeMissing, AnnotationXmlConstants.Attributes.ItemValue, AnnotationXmlConstants.Elements.
Item
));
303
if (!(XmlNodeType.EndElement == reader.NodeType && AnnotationXmlConstants.Elements.
Item
== reader.LocalName))
306
throw new XmlException(SR.Get(SRID.InvalidXmlContent, AnnotationXmlConstants.Elements.
Item
));