8 references to ItemValue
PresentationFramework (8)
src\Framework\System\Windows\Annotations\LocatorPart.cs (5)
387
" ((substring-before(@" + AnnotationXmlConstants.Attributes.
ItemValue
+ ",\",\") >= " + startStr + " and substring-before(@" + AnnotationXmlConstants.Attributes.
ItemValue
+ ",\",\") <= " + endStr + ") or " +
388
" (substring-before(@" + AnnotationXmlConstants.Attributes.
ItemValue
+ ",\",\") < " + startStr + " and substring-after(@" + AnnotationXmlConstants.Attributes.
ItemValue
+ ",\",\") >= " + startStr + "))]";
419
res += "@" + AnnotationXmlConstants.Attributes.ItemName + "=\"" + k_v.Key + "\" and @" + AnnotationXmlConstants.Attributes.
ItemValue
+ "=\"" + k_v.Value + "\"]";
src\Framework\System\Windows\Annotations\LocatorPartList.cs (3)
208
writer.WriteAttributeString(AnnotationXmlConstants.Attributes.
ItemValue
, pair.Value);
274
case AnnotationXmlConstants.Attributes.
ItemValue
:
290
throw new XmlException(SR.Get(SRID.RequiredAttributeMissing, AnnotationXmlConstants.Attributes.
ItemValue
, AnnotationXmlConstants.Elements.Item));