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