6 writes to Font
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (4)
755
Font
= formatState.Font;
4759
FormatState.
Font
= fsOrig.Font;
8614
dn.FormatState.
Font
= _converterState.FontTable.DefineEntryByName(name);
9005
formatState.
Font
= nFont;
System\Windows\Documents\XamlToRtfWriter.cs (2)
1223
fsThis.
Font
= fontAll;
2905
formatState.
Font
= valueData;
24 references to Font
PresentationFramework (24)
System\Windows\Documents\RtfToXamlReader.cs (13)
755
Font = formatState.
Font
;
889
&&
Font
== formatState.
Font
4759
FormatState.Font = fsOrig.
Font
;
4784
|| (fsThis.
Font
!= fsParent.
Font
&& fsThis.
Font
>= 0)
4817
if (fsThis.
Font
!= fsParent.
Font
&& fsThis.
Font
>= 0)
4819
FontTableEntry entry = converterState.FontTable.FindEntryByIndex((int)fsThis.
Font
);
8989
else if (fsCur.
Font
< 0 && _converterState.DefaultFont >= 0)
9006
FontTableEntry entry = _converterState.FontTable.FindEntryByIndex((int)formatState.
Font
);
System\Windows\Documents\XamlToRtfWriter.cs (11)
502
if (dn.FormatState.
Font
>= 0)
505
_rtfBuilder.Append(dn.FormatState.
Font
.ToString(CultureInfo.InvariantCulture));
697
bool outFont = fsThis.
Font
!= fsParent.
Font
;
731
_rtfBuilder.Append(fsThis.
Font
.ToString(CultureInfo.InvariantCulture));
1209
fontAll = dnChild.FormatState.
Font
;
1211
else if (fontAll != dnChild.FormatState.
Font
)
1242
if (fsThis.
Font
!= fsParent.
Font
|| isTopLevelParagraph)
1245
_rtfBuilder.Append(fsThis.
Font
.ToString(CultureInfo.InvariantCulture));
2472
FontTableEntry e = converterState.FontTable.FindEntryByIndex((int)dn.FormatState.
Font
);