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