5 references to ItemName
PresentationFramework (5)
src\Framework\System\Windows\Annotations\LocatorPart.cs (2)
386
res += "[starts-with(@" + AnnotationXmlConstants.Attributes.
ItemName
+ ", \"" + TextSelectionProcessor.SegmentAttribute + "\") and " +
419
res += "@" + AnnotationXmlConstants.Attributes.
ItemName
+ "=\"" + k_v.Key + "\" and @" + AnnotationXmlConstants.Attributes.ItemValue + "=\"" + k_v.Value + "\"]";
src\Framework\System\Windows\Annotations\LocatorPartList.cs (3)
207
writer.WriteAttributeString(AnnotationXmlConstants.Attributes.
ItemName
, pair.Key);
271
case AnnotationXmlConstants.Attributes.
ItemName
:
286
throw new XmlException(SR.Get(SRID.RequiredAttributeMissing, AnnotationXmlConstants.Attributes.
ItemName
, AnnotationXmlConstants.Elements.Item));