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