2 writes to Index
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
3567entry.Index = index; 3628newEntry.Index = maxIndex + 1;
6 references to Index
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (4)
3580if (entry.Index == index) 3618return entry.Index; 3620if (entry.Index > maxIndex) 3622maxIndex = entry.Index;
System\Windows\Documents\XamlToRtfWriter.cs (2)
538_rtfBuilder.Append(entry.Index.ToString(CultureInfo.InvariantCulture)); 3540fontIndex = fontTableEntry.Index;