4 writes to CB
PresentationFramework (4)
System\Windows\Documents\RtfToXamlReader.cs (3)
760
CB
= formatState.CB;
9121
formatState.
CB
= token.Parameter;
9124
formatState.
CB
= token.Parameter;
System\Windows\Documents\XamlToRtfWriter.cs (1)
2923
formatState.
CB
= valueData;
9 references to CB
PresentationFramework (9)
System\Windows\Documents\RtfToXamlReader.cs (6)
760
CB = formatState.
CB
;
894
&&
CB
== formatState.
CB
5390
if (fsThis.
CB
!= fsParent.
CB
)
5392
ColorTableEntry entry = converterState.ColorTable.EntryAt((int)fsThis.
CB
);
System\Windows\Documents\XamlToRtfWriter.cs (3)
705
bool outCB = fsThis.
CB
!= fsParent.
CB
;
792
_rtfBuilder.Append(fsThis.
CB
.ToString(CultureInfo.InvariantCulture));