2 writes to Index
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
3566entry.Index = index; 3627newEntry.Index = maxIndex + 1;
6 references to Index
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (4)
3579if (entry.Index == index) 3617return entry.Index; 3619if (entry.Index > maxIndex) 3621maxIndex = entry.Index;
System\Windows\Documents\XamlToRtfWriter.cs (2)
537_rtfBuilder.Append(entry.Index.ToString(CultureInfo.InvariantCulture)); 3539fontIndex = fontTableEntry.Index;