2 writes to Index
PresentationFramework (2)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (2)
3626entry.Index = index; 3687newEntry.Index = maxIndex + 1;
6 references to Index
PresentationFramework (6)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (4)
3639if (entry.Index == index) 3677return entry.Index; 3679if (entry.Index > maxIndex) 3681maxIndex = entry.Index;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (2)
539_rtfBuilder.Append(entry.Index.ToString(CultureInfo.InvariantCulture)); 3546fontIndex = fontTableEntry.Index;