6 writes to Font
PresentationFramework (6)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (4)
778
Font
= formatState.Font;
4814
FormatState.
Font
= fsOrig.Font;
8683
dn.FormatState.
Font
= _converterState.FontTable.DefineEntryByName(name);
9072
formatState.
Font
= nFont;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (2)
1227
fsThis.
Font
= fontAll;
2913
formatState.
Font
= valueData;
24 references to Font
PresentationFramework (24)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (13)
778
Font = formatState.
Font
;
912
&&
Font
== formatState.
Font
4814
FormatState.Font = fsOrig.
Font
;
4839
|| (fsThis.
Font
!= fsParent.
Font
&& fsThis.
Font
>= 0)
4872
if (fsThis.
Font
!= fsParent.
Font
&& fsThis.
Font
>= 0)
4874
FontTableEntry entry = converterState.FontTable.FindEntryByIndex((int)fsThis.
Font
);
9056
else if (fsCur.
Font
< 0 && _converterState.DefaultFont >= 0)
9073
FontTableEntry entry = _converterState.FontTable.FindEntryByIndex((int)formatState.
Font
);
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (11)
505
if (dn.FormatState.
Font
>= 0)
508
_rtfBuilder.Append(dn.FormatState.
Font
.ToString(CultureInfo.InvariantCulture));
700
bool outFont = fsThis.
Font
!= fsParent.
Font
;
734
_rtfBuilder.Append(fsThis.
Font
.ToString(CultureInfo.InvariantCulture));
1213
fontAll = dnChild.FormatState.
Font
;
1215
else if (fontAll != dnChild.FormatState.
Font
)
1246
if (fsThis.
Font
!= fsParent.
Font
|| isTopLevelParagraph)
1249
_rtfBuilder.Append(fsThis.
Font
.ToString(CultureInfo.InvariantCulture));
2475
FontTableEntry e = converterState.FontTable.FindEntryByIndex((int)dn.FormatState.
Font
);