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