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