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