14 references to FontTable
PresentationFramework (14)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (10)
4874
FontTableEntry entry = converterState.
FontTable
.FindEntryByIndex((int)fsThis.Font);
8683
dn.FormatState.Font = _converterState.
FontTable
.DefineEntryByName(name);
9001
FontTableEntry entry = _converterState.
FontTable
.CurrentEntry;
9010
_converterState.
FontTable
.MapFonts();
9031
FontTableEntry entry = _converterState.
FontTable
.CurrentEntry;
9073
FontTableEntry entry = _converterState.
FontTable
.FindEntryByIndex((int)formatState.Font);
9135
_converterState.
FontTable
.DefineEntry((int)token.Parameter);
9198
FontTableEntry entry = _converterState.
FontTable
.CurrentEntry;
11479
FontTableEntry entry = _converterState.
FontTable
.CurrentEntry;
11497
FontTableEntry entry = _converterState.
FontTable
.CurrentEntry;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (4)
58
FontTable fontTable = _converterState.
FontTable
;
528
FontTable fontTable = _converterState.
FontTable
;
2475
FontTableEntry e = converterState.
FontTable
.FindEntryByIndex((int)dn.FormatState.Font);
3527
FontTable fontTable = converterState.
FontTable
;