3 writes to StartIndex
PresentationFramework (3)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (1)
10285listLevel.StartIndex = token.Parameter;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (2)
208listLevel.StartIndex = llComputed.StartIndex; 313listLevel.StartIndex = nStartIndex;
4 references to StartIndex
PresentationFramework (4)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (1)
11279mlWant.AddEntry(ms, fs.ILS, nStartIndexOverride, listLevel.StartIndex, nVirtualListLevel);
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (3)
208listLevel.StartIndex = llComputed.StartIndex; 302if (listLevel.Marker == marker && listLevel.StartIndex == nStartIndex) 608_rtfBuilder.Append(listLevel.StartIndex);