2 writes to Index
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
3569Index = index 3632Index = maxIndex + 1
6 references to Index
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (4)
3583if (entry.Index == index) 3621return entry.Index; 3623if (entry.Index > maxIndex) 3625maxIndex = entry.Index;
System\Windows\Documents\XamlToRtfWriter.cs (2)
537_rtfBuilder.Append(entry.Index.ToString(CultureInfo.InvariantCulture)); 3539fontIndex = fontTableEntry.Index;