2 writes to Index
PresentationFramework (2)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (1)
10353listOverride.Index = token.Parameter;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (1)
184listOverride.Index = i + 1;
2 references to Index
PresentationFramework (2)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (1)
4575if (entry.Index == index)
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (1)
667_rtfBuilder.Append(lo.Index.ToString(CultureInfo.InvariantCulture));