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