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