4 writes to CB
PresentationFramework (4)
System\Windows\Documents\RtfToXamlReader.cs (3)
759
CB
= formatState.CB;
9120
formatState.
CB
= token.Parameter;
9123
formatState.
CB
= token.Parameter;
System\Windows\Documents\XamlToRtfWriter.cs (1)
2922
formatState.
CB
= valueData;
9 references to CB
PresentationFramework (9)
System\Windows\Documents\RtfToXamlReader.cs (6)
759
CB = formatState.
CB
;
893
&&
CB
== formatState.
CB
5389
if (fsThis.
CB
!= fsParent.
CB
)
5391
ColorTableEntry entry = converterState.ColorTable.EntryAt((int)fsThis.
CB
);
System\Windows\Documents\XamlToRtfWriter.cs (3)
704
bool outCB = fsThis.
CB
!= fsParent.
CB
;
791
_rtfBuilder.Append(fsThis.
CB
.ToString(CultureInfo.InvariantCulture));