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