4 writes to CB
PresentationFramework (4)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (3)
781
CB
= formatState.CB;
9213
formatState.
CB
= token.Parameter;
9216
formatState.
CB
= token.Parameter;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (1)
2929
formatState.
CB
= valueData;
9 references to CB
PresentationFramework (9)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (6)
781
CB = formatState.
CB
;
915
&&
CB
== formatState.
CB
5463
if (fsThis.
CB
!= fsParent.
CB
)
5465
ColorTableEntry entry = converterState.ColorTable.EntryAt((int)fsThis.
CB
);
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (3)
706
bool outCB = fsThis.
CB
!= fsParent.
CB
;
793
_rtfBuilder.Append(fsThis.
CB
.ToString(CultureInfo.InvariantCulture));