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