4 writes to CB
PresentationFramework (4)
System\Windows\Documents\RtfToXamlReader.cs (3)
758
CB
= formatState.CB;
9146
formatState.
CB
= token.Parameter;
9149
formatState.
CB
= token.Parameter;
System\Windows\Documents\XamlToRtfWriter.cs (1)
2921
formatState.
CB
= valueData;
9 references to CB
PresentationFramework (9)
System\Windows\Documents\RtfToXamlReader.cs (6)
758
CB = formatState.
CB
;
892
&&
CB
== formatState.
CB
5397
if (fsThis.
CB
!= fsParent.
CB
)
5399
ColorTableEntry entry = converterState.ColorTable.EntryAt((int)fsThis.
CB
);
System\Windows\Documents\XamlToRtfWriter.cs (3)
703
bool outCB = fsThis.
CB
!= fsParent.
CB
;
790
_rtfBuilder.Append(fsThis.
CB
.ToString(CultureInfo.InvariantCulture));