7 writes to FontSize
PresentationFramework (7)
System\Windows\Documents\RtfToXamlReader.cs (5)
754
FontSize
= formatState.FontSize;
943
FontSize
= -1
4760
FormatState.
FontSize
= fsOrig.FontSize;
8591
dn.FormatState.
FontSize
= (long)((d * 2) + 0.5);
9058
formatState.
FontSize
= token.Parameter;
System\Windows\Documents\XamlToRtfWriter.cs (2)
1219
fsThis.
FontSize
= fsAll;
2891
formatState.
FontSize
= (long)Math.Round(fs);
19 references to FontSize
PresentationFramework (19)
System\Windows\Documents\RtfToXamlReader.cs (11)
754
FontSize = formatState.
FontSize
;
888
&&
FontSize
== formatState.
FontSize
4760
FormatState.FontSize = fsOrig.
FontSize
;
4785
|| (fsThis.
FontSize
!= fsParent.
FontSize
&& fsThis.
FontSize
>= 0)
4841
if (fsThis.
FontSize
!= fsParent.
FontSize
&& fsThis.
FontSize
>= 0)
4844
double fs = (double)fsThis.
FontSize
;
System\Windows\Documents\XamlToRtfWriter.cs (8)
701
bool outFontSize = fsThis.
FontSize
!= fsParent.
FontSize
;
780
_rtfBuilder.Append(fsThis.
FontSize
.ToString(CultureInfo.InvariantCulture));
1201
fsAll = dnChild.FormatState.
FontSize
;
1203
else if (fsAll != dnChild.FormatState.
FontSize
)
1236
if (fsThis.
FontSize
!= fsParent.
FontSize
)
1239
_rtfBuilder.Append(fsThis.
FontSize
.ToString(CultureInfo.InvariantCulture));