1 write to StartIndex
PresentationFramework (1)
System\Windows\Documents\RtfToXamlReader.cs (1)
10202
lo.
StartIndex
= token.Parameter;
4 references to StartIndex
PresentationFramework (4)
System\Windows\Documents\RtfToXamlReader.cs (2)
11167
if (lo.
StartIndex
> 0)
11169
nStartIndexOverride = lo.
StartIndex
;
System\Windows\Documents\XamlToRtfWriter.cs (2)
660
if (lo.
StartIndex
> 0)
663
_rtfBuilder.Append(lo.
StartIndex
.ToString(CultureInfo.InvariantCulture));