6 writes to Bold
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (3)
745
Bold
= formatState.Bold;
4761
FormatState.
Bold
= fsOrig.Bold;
9039
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
4761
FormatState.Bold = fsOrig.
Bold
;
4787
|| (fsThis.
Bold
!= fsParent.
Bold
)
4853
if (fsThis.
Bold
!= fsParent.
Bold
)
4855
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
)