6 writes to Font
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (4)
756
Font
= formatState.Font;
4751
FormatState.
Font
= fsOrig.Font;
8593
dn.FormatState.
Font
= _converterState.FontTable.DefineEntryByName(name);
8979
formatState.
Font
= nFont;
System\Windows\Documents\XamlToRtfWriter.cs (2)
1224
fsThis.
Font
= fontAll;
2906
formatState.
Font
= valueData;
24 references to Font
PresentationFramework (24)
System\Windows\Documents\RtfToXamlReader.cs (13)
756
Font = formatState.
Font
;
890
&&
Font
== formatState.
Font
4751
FormatState.Font = fsOrig.
Font
;
4776
|| (fsThis.
Font
!= fsParent.
Font
&& fsThis.
Font
>= 0)
4809
if (fsThis.
Font
!= fsParent.
Font
&& fsThis.
Font
>= 0)
4811
FontTableEntry entry = converterState.FontTable.FindEntryByIndex((int)fsThis.
Font
);
8963
else if (fsCur.
Font
< 0 && _converterState.DefaultFont >= 0)
8980
FontTableEntry entry = _converterState.FontTable.FindEntryByIndex((int)formatState.
Font
);
System\Windows\Documents\XamlToRtfWriter.cs (11)
503
if (dn.FormatState.
Font
>= 0)
506
_rtfBuilder.Append(dn.FormatState.
Font
.ToString(CultureInfo.InvariantCulture));
698
bool outFont = fsThis.
Font
!= fsParent.
Font
;
732
_rtfBuilder.Append(fsThis.
Font
.ToString(CultureInfo.InvariantCulture));
1210
fontAll = dnChild.FormatState.
Font
;
1212
else if (fontAll != dnChild.FormatState.
Font
)
1243
if (fsThis.
Font
!= fsParent.
Font
|| isTopLevelParagraph)
1246
_rtfBuilder.Append(fsThis.
Font
.ToString(CultureInfo.InvariantCulture));
2473
FontTableEntry e = converterState.FontTable.FindEntryByIndex((int)dn.FormatState.
Font
);