7 writes to FontSize
PresentationFramework (7)
System\Windows\Documents\RtfToXamlReader.cs (5)
756
FontSize
= formatState.FontSize;
944
_fsEmptyState.
FontSize
= -1;
4753
FormatState.
FontSize
= fsOrig.FontSize;
8571
dn.FormatState.
FontSize
= (long)((d * 2) + 0.5);
9033
formatState.
FontSize
= token.Parameter;
System\Windows\Documents\XamlToRtfWriter.cs (2)
1221
fsThis.
FontSize
= fsAll;
2893
formatState.
FontSize
= (long)Math.Round(fs);
19 references to FontSize
PresentationFramework (19)
System\Windows\Documents\RtfToXamlReader.cs (11)
756
FontSize = formatState.
FontSize
;
890
&&
FontSize
== formatState.
FontSize
4753
FormatState.FontSize = fsOrig.
FontSize
;
4778
|| (fsThis.
FontSize
!= fsParent.
FontSize
&& fsThis.
FontSize
>= 0)
4834
if (fsThis.
FontSize
!= fsParent.
FontSize
&& fsThis.
FontSize
>= 0)
4837
double fs = (double)fsThis.
FontSize
;
System\Windows\Documents\XamlToRtfWriter.cs (8)
703
bool outFontSize = fsThis.
FontSize
!= fsParent.
FontSize
;
782
_rtfBuilder.Append(fsThis.
FontSize
.ToString(CultureInfo.InvariantCulture));
1203
fsAll = dnChild.FormatState.
FontSize
;
1205
else if (fsAll != dnChild.FormatState.
FontSize
)
1238
if (fsThis.
FontSize
!= fsParent.
FontSize
)
1241
_rtfBuilder.Append(fsThis.
FontSize
.ToString(CultureInfo.InvariantCulture));