4 references to StartIndex
PresentationFramework (4)
MS\Internal\PtsHost\ListMarkerSourceInfo.cs (1)
92int startIndex = list.StartIndex;
System\Windows\Documents\List.cs (2)
133/// DependencyProperty for <see cref="StartIndex" /> property. 189int itemIndex = StartIndex;
System\Windows\Documents\TextRangeBase.cs (1)
846int indexBase = list != null ? list.StartIndex : 0;