6 writes to Bold
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (3)
745
Bold
= formatState.Bold;
4752
FormatState.
Bold
= fsOrig.Bold;
9027
formatState.
Bold
= token.ToggleValue > 0;
System\Windows\Documents\XamlToRtfWriter.cs (3)
2806
documentNode.FormatState.
Bold
= true;
2878
formatState.
Bold
= false;
2882
formatState.
Bold
= true;
14 references to Bold
PresentationFramework (14)
System\Windows\Documents\RtfToXamlReader.cs (9)
745
Bold = formatState.
Bold
;
879
Bold
== formatState.
Bold
4752
FormatState.Bold = fsOrig.
Bold
;
4778
|| (fsThis.
Bold
!= fsParent.
Bold
)
4844
if (fsThis.
Bold
!= fsParent.
Bold
)
4846
if (fsThis.
Bold
)
System\Windows\Documents\XamlToRtfWriter.cs (5)
698
bool outBold = fsThis.
Bold
!= fsParent.
Bold
;
735
if (fsThis.
Bold
)
1248
if (fsThis.
Bold
!= fsParent.
Bold
)