6 writes to Bold
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (3)
746
Bold
= formatState.Bold;
4753
FormatState.
Bold
= fsOrig.Bold;
9013
formatState.
Bold
= token.ToggleValue > 0;
System\Windows\Documents\XamlToRtfWriter.cs (3)
2807
documentNode.FormatState.
Bold
= true;
2879
formatState.
Bold
= false;
2883
formatState.
Bold
= true;
14 references to Bold
PresentationFramework (14)
System\Windows\Documents\RtfToXamlReader.cs (9)
746
Bold = formatState.
Bold
;
880
Bold
== formatState.
Bold
4753
FormatState.Bold = fsOrig.
Bold
;
4779
|| (fsThis.
Bold
!= fsParent.
Bold
)
4845
if (fsThis.
Bold
!= fsParent.
Bold
)
4847
if (fsThis.
Bold
)
System\Windows\Documents\XamlToRtfWriter.cs (5)
699
bool outBold = fsThis.
Bold
!= fsParent.
Bold
;
736
if (fsThis.
Bold
)
1249
if (fsThis.
Bold
!= fsParent.
Bold
)