2 writes to Index
PresentationFramework (2)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (1)
10353
listOverride.
Index
= token.Parameter;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (1)
184
listOverride.
Index
= i + 1;
2 references to Index
PresentationFramework (2)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (1)
4575
if (entry.
Index
== index)
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (1)
667
_rtfBuilder.Append(lo.
Index
.ToString(CultureInfo.InvariantCulture));