6 writes to Bold
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (3)
747
Bold
= formatState.Bold;
4754
FormatState.
Bold
= fsOrig.Bold;
9014
formatState.
Bold
= token.ToggleValue > 0;
System\Windows\Documents\XamlToRtfWriter.cs (3)
2808
documentNode.FormatState.
Bold
= true;
2880
formatState.
Bold
= false;
2884
formatState.
Bold
= true;
14 references to Bold
PresentationFramework (14)
System\Windows\Documents\RtfToXamlReader.cs (9)
747
Bold = formatState.
Bold
;
881
Bold
== formatState.
Bold
4754
FormatState.Bold = fsOrig.
Bold
;
4780
|| (fsThis.
Bold
!= fsParent.
Bold
)
4846
if (fsThis.
Bold
!= fsParent.
Bold
)
4848
if (fsThis.
Bold
)
System\Windows\Documents\XamlToRtfWriter.cs (5)
700
bool outBold = fsThis.
Bold
!= fsParent.
Bold
;
737
if (fsThis.
Bold
)
1250
if (fsThis.
Bold
!= fsParent.
Bold
)