4 writes to CF
PresentationFramework (4)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (2)
780CF = formatState.CF; 9219formatState.CF = token.Parameter;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (2)
2823documentNode.FormatState.CF = lColor; 2941formatState.CF = valueData;
17 references to CF
PresentationFramework (17)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (8)
780CF = formatState.CF; 914&& CF == formatState.CF 4841|| (fsThis.CF != fsParent.CF) 4932if (fsThis.CF != fsParent.CF) 4934ColorTableEntry entry = converterState.ColorTable.EntryAt((int)fsThis.CF);
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (9)
705bool outCF = fsThis.CF != fsParent.CF; 788_rtfBuilder.Append(fsThis.CF.ToString(CultureInfo.InvariantCulture)); 961if (fsThis.CF != fsParent.CF) 964_rtfBuilder.Append(fsThis.CF.ToString(CultureInfo.InvariantCulture)); 1272if (fsThis.CF != fsParent.CF) 1275_rtfBuilder.Append(fsThis.CF.ToString(CultureInfo.InvariantCulture));