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