4 writes to CBPara
PresentationFramework (4)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (3)
805
CBPara
= formatState.CBPara;
4735
_formatState.
CBPara
= -1;
9342
formatState.
CBPara
= token.Parameter;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (1)
2933
formatState.
CBPara
= valueData;
9 references to CBPara
PresentationFramework (9)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (4)
805
CBPara = formatState.
CBPara
;
937
&&
CBPara
== formatState.
CBPara
5262
if (Converters.ColorToUse(converterState, fsThis.
CBPara
, fsThis.CFPara, fsThis.ParaShading, ref cToUse))
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (5)
1146
if (fsThis.
CBPara
>= 0)
1149
_rtfBuilder.Append(fsThis.
CBPara
.ToString(CultureInfo.InvariantCulture));
1592
if (dnCell.FormatState.
CBPara
>= 0)
1596
else if (dnCell.Parent != null && dnCell.Parent.FormatState.
CBPara
>= 0)
1604
_rtfBuilder.Append(fs.
CBPara
.ToString(CultureInfo.InvariantCulture));