10 references to SegmentAttribute
PresentationFramework (10)
src\Framework\MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (5)
218
part.NameValuePairs.Add(TextSelectionProcessor.
SegmentAttribute
+ 0.ToString(NumberFormatInfo.InvariantInfo), ",,,");
245
part.NameValuePairs.Add(TextSelectionProcessor.
SegmentAttribute
+ i.ToString(NumberFormatInfo.InvariantInfo), value);
520
string segmentValue = locatorPart.NameValuePairs[TextSelectionProcessor.
SegmentAttribute
+ segmentNumber.ToString(NumberFormatInfo.InvariantInfo)];
522
throw new ArgumentException(SR.Get(SRID.InvalidLocatorPart, TextSelectionProcessor.
SegmentAttribute
+ segmentNumber.ToString(NumberFormatInfo.InvariantInfo)));
526
throw new ArgumentException(SR.Get(SRID.InvalidLocatorPart, TextSelectionProcessor.
SegmentAttribute
+ segmentNumber.ToString(NumberFormatInfo.InvariantInfo)));
src\Framework\MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (3)
179
part.NameValuePairs.Add(
SegmentAttribute
+ i.ToString(NumberFormatInfo.InvariantInfo), startOffset.ToString(NumberFormatInfo.InvariantInfo) + TextSelectionProcessor.Separator[0] + endOffset.ToString(NumberFormatInfo.InvariantInfo));
461
string segmentString = locatorPart.NameValuePairs[
SegmentAttribute
+ segmentNumber.ToString(NumberFormatInfo.InvariantInfo)];
466
throw new ArgumentException(SR.Get(SRID.InvalidLocatorPart,
SegmentAttribute
+ segmentNumber.ToString(NumberFormatInfo.InvariantInfo)));
src\Framework\MS\Internal\Annotations\Anchoring\TextViewSelectionProcessor.cs (1)
163
part.NameValuePairs.Add(TextSelectionProcessor.
SegmentAttribute
+ 0.ToString(NumberFormatInfo.InvariantInfo), startOffset.ToString(NumberFormatInfo.InvariantInfo) + TextSelectionProcessor.Separator[0] + endOffset.ToString(NumberFormatInfo.InvariantInfo));
src\Framework\System\Windows\Annotations\LocatorPart.cs (1)
386
res += "[starts-with(@" + AnnotationXmlConstants.Attributes.ItemName + ", \"" + TextSelectionProcessor.
SegmentAttribute
+ "\") and " +