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