7 writes to FontSize
PresentationFramework (7)
System\Windows\Documents\RtfToXamlReader.cs (5)
755
FontSize
= formatState.FontSize;
943
_fsEmptyState.
FontSize
= -1;
4752
FormatState.
FontSize
= fsOrig.FontSize;
8570
dn.FormatState.
FontSize
= (long)((d * 2) + 0.5);
9032
formatState.
FontSize
= token.Parameter;
System\Windows\Documents\XamlToRtfWriter.cs (2)
1220
fsThis.
FontSize
= fsAll;
2892
formatState.
FontSize
= (long)Math.Round(fs);
19 references to FontSize
PresentationFramework (19)
System\Windows\Documents\RtfToXamlReader.cs (11)
755
FontSize = formatState.
FontSize
;
889
&&
FontSize
== formatState.
FontSize
4752
FormatState.FontSize = fsOrig.
FontSize
;
4777
|| (fsThis.
FontSize
!= fsParent.
FontSize
&& fsThis.
FontSize
>= 0)
4833
if (fsThis.
FontSize
!= fsParent.
FontSize
&& fsThis.
FontSize
>= 0)
4836
double fs = (double)fsThis.
FontSize
;
System\Windows\Documents\XamlToRtfWriter.cs (8)
702
bool outFontSize = fsThis.
FontSize
!= fsParent.
FontSize
;
781
_rtfBuilder.Append(fsThis.
FontSize
.ToString(CultureInfo.InvariantCulture));
1202
fsAll = dnChild.FormatState.
FontSize
;
1204
else if (fsAll != dnChild.FormatState.
FontSize
)
1237
if (fsThis.
FontSize
!= fsParent.
FontSize
)
1240
_rtfBuilder.Append(fsThis.
FontSize
.ToString(CultureInfo.InvariantCulture));