6 writes to Font
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (4)
757
Font
= formatState.Font;
4752
FormatState.
Font
= fsOrig.Font;
8594
dn.FormatState.
Font
= _converterState.FontTable.DefineEntryByName(name);
8980
formatState.
Font
= nFont;
System\Windows\Documents\XamlToRtfWriter.cs (2)
1225
fsThis.
Font
= fontAll;
2907
formatState.
Font
= valueData;
24 references to Font
PresentationFramework (24)
System\Windows\Documents\RtfToXamlReader.cs (13)
757
Font = formatState.
Font
;
891
&&
Font
== formatState.
Font
4752
FormatState.Font = fsOrig.
Font
;
4777
|| (fsThis.
Font
!= fsParent.
Font
&& fsThis.
Font
>= 0)
4810
if (fsThis.
Font
!= fsParent.
Font
&& fsThis.
Font
>= 0)
4812
FontTableEntry entry = converterState.FontTable.FindEntryByIndex((int)fsThis.
Font
);
8964
else if (fsCur.
Font
< 0 && _converterState.DefaultFont >= 0)
8981
FontTableEntry entry = _converterState.FontTable.FindEntryByIndex((int)formatState.
Font
);
System\Windows\Documents\XamlToRtfWriter.cs (11)
504
if (dn.FormatState.
Font
>= 0)
507
_rtfBuilder.Append(dn.FormatState.
Font
.ToString(CultureInfo.InvariantCulture));
699
bool outFont = fsThis.
Font
!= fsParent.
Font
;
733
_rtfBuilder.Append(fsThis.
Font
.ToString(CultureInfo.InvariantCulture));
1211
fontAll = dnChild.FormatState.
Font
;
1213
else if (fontAll != dnChild.FormatState.
Font
)
1244
if (fsThis.
Font
!= fsParent.
Font
|| isTopLevelParagraph)
1247
_rtfBuilder.Append(fsThis.
Font
.ToString(CultureInfo.InvariantCulture));
2474
FontTableEntry e = converterState.FontTable.FindEntryByIndex((int)dn.FormatState.
Font
);