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