2 writes to Index
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
3568Index = index 3631Index = maxIndex + 1
6 references to Index
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (4)
3582if (entry.Index == index) 3620return entry.Index; 3622if (entry.Index > maxIndex) 3624maxIndex = entry.Index;
System\Windows\Documents\XamlToRtfWriter.cs (2)
536_rtfBuilder.Append(entry.Index.ToString(CultureInfo.InvariantCulture)); 3538fontIndex = fontTableEntry.Index;