1 write to StartIndex
PresentationFramework (1)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (1)
10294lo.StartIndex = token.Parameter;
4 references to StartIndex
PresentationFramework (4)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (2)
11261if (lo.StartIndex > 0) 11263nStartIndexOverride = lo.StartIndex;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (2)
661if (lo.StartIndex > 0) 664_rtfBuilder.Append(lo.StartIndex.ToString(CultureInfo.InvariantCulture));