5 references to ItemName
PresentationFramework (5)
System\Windows\Annotations\LocatorPart.cs (2)
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)
193
writer.WriteAttributeString(AnnotationXmlConstants.Attributes.
ItemName
, pair.Key);
254
case AnnotationXmlConstants.Attributes.
ItemName
:
269
throw new XmlException(SR.Format(SR.RequiredAttributeMissing, AnnotationXmlConstants.Attributes.
ItemName
, AnnotationXmlConstants.Elements.Item));