2 writes to Index
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (1)
10261
listOverride.
Index
= token.Parameter;
System\Windows\Documents\XamlToRtfWriter.cs (1)
183
listOverride.
Index
= i + 1;
2 references to Index
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (1)
4516
if (entry.
Index
== index)
System\Windows\Documents\XamlToRtfWriter.cs (1)
666
_rtfBuilder.Append(lo.
Index
.ToString(CultureInfo.InvariantCulture));