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