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