8 references to ItemValue
PresentationFramework (8)
System\Windows\Annotations\LocatorPart.cs (5)
379
res += $"[starts-with(@{AnnotationXmlConstants.Attributes.ItemName}, \"{TextSelectionProcessor.SegmentAttribute}\") and ((substring-before(@{AnnotationXmlConstants.Attributes.
ItemValue
},\",\") >= {startStr} and substring-before(@{AnnotationXmlConstants.Attributes.
ItemValue
},\",\") <= {endStr}) or (substring-before(@{AnnotationXmlConstants.Attributes.
ItemValue
},\",\") < {startStr} and substring-after(@{AnnotationXmlConstants.Attributes.
ItemValue
},\",\") >= {startStr}))]";
410
res += $"@{AnnotationXmlConstants.Attributes.ItemName}=\"{k_v.Key}\" and @{AnnotationXmlConstants.Attributes.
ItemValue
}=\"{k_v.Value}\"]";
System\Windows\Annotations\LocatorPartList.cs (3)
194
writer.WriteAttributeString(AnnotationXmlConstants.Attributes.
ItemValue
, pair.Value);
257
case AnnotationXmlConstants.Attributes.
ItemValue
:
273
throw new XmlException(SR.Format(SR.RequiredAttributeMissing, AnnotationXmlConstants.Attributes.
ItemValue
, AnnotationXmlConstants.Elements.Item));