2 writes to Index
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
3567
entry.
Index
= index;
3628
newEntry.
Index
= maxIndex + 1;
6 references to Index
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (4)
3580
if (entry.
Index
== index)
3618
return entry.
Index
;
3620
if (entry.
Index
> maxIndex)
3622
maxIndex = entry.
Index
;
System\Windows\Documents\XamlToRtfWriter.cs (2)
538
_rtfBuilder.Append(entry.
Index
.ToString(CultureInfo.InvariantCulture));
3540
fontIndex = fontTableEntry.
Index
;