7 writes to FontSize
PresentationFramework (7)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (5)
777
FontSize
= formatState.FontSize;
965
_fsEmptyState.
FontSize
= -1;
4815
FormatState.
FontSize
= fsOrig.FontSize;
8660
dn.FormatState.
FontSize
= (long)((d * 2) + 0.5);
9125
formatState.
FontSize
= token.Parameter;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (2)
1223
fsThis.
FontSize
= fsAll;
2899
formatState.
FontSize
= (long)Math.Round(fs);
19 references to FontSize
PresentationFramework (19)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (11)
777
FontSize = formatState.
FontSize
;
911
&&
FontSize
== formatState.
FontSize
4815
FormatState.FontSize = fsOrig.
FontSize
;
4840
|| (fsThis.
FontSize
!= fsParent.
FontSize
&& fsThis.
FontSize
>= 0)
4896
if (fsThis.
FontSize
!= fsParent.
FontSize
&& fsThis.
FontSize
>= 0)
4899
double fs = (double)fsThis.
FontSize
;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (8)
704
bool outFontSize = fsThis.
FontSize
!= fsParent.
FontSize
;
783
_rtfBuilder.Append(fsThis.
FontSize
.ToString(CultureInfo.InvariantCulture));
1205
fsAll = dnChild.FormatState.
FontSize
;
1207
else if (fsAll != dnChild.FormatState.
FontSize
)
1240
if (fsThis.
FontSize
!= fsParent.
FontSize
)
1243
_rtfBuilder.Append(fsThis.
FontSize
.ToString(CultureInfo.InvariantCulture));