2 writes to Index
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
3568
Index
= index
3631
Index
= maxIndex + 1
6 references to Index
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (4)
3582
if (entry.
Index
== index)
3620
return entry.
Index
;
3622
if (entry.
Index
> maxIndex)
3624
maxIndex = entry.
Index
;
System\Windows\Documents\XamlToRtfWriter.cs (2)
536
_rtfBuilder.Append(entry.
Index
.ToString(CultureInfo.InvariantCulture));
3538
fontIndex = fontTableEntry.
Index
;