11 writes to CF
PresentationFramework (11)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (7)
1909CF = cb.CF; 2152BorderLeft.CF = value; 2153BorderTop.CF = value; 2154BorderRight.CF = value; 2155BorderBottom.CF = value; 2156BorderAll.CF = value; 10833ConverterState.CurrentBorder.CF = token.Parameter;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (4)
3268cf.BorderLeft.CF = valueData; 3269cf.BorderRight.CF = valueData; 3270cf.BorderTop.CF = valueData; 3271cf.BorderBottom.CF = valueData;
14 references to CF
PresentationFramework (14)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (14)
1909CF = cb.CF; 1994if (CF >= 0) 1997sb.Append(CF.ToString(CultureInfo.InvariantCulture)); 2148return BorderLeft.CF; 2239if (BorderLeft.CF >= 0) 2242sb.Append(BorderLeft.CF.ToString(CultureInfo.InvariantCulture)); 2246if (BorderTop.CF >= 0) 2249sb.Append(BorderTop.CF.ToString(CultureInfo.InvariantCulture)); 2253if (BorderRight.CF >= 0) 2256sb.Append(BorderRight.CF.ToString(CultureInfo.InvariantCulture)); 2260if (BorderBottom.CF >= 0) 2263sb.Append(BorderBottom.CF.ToString(CultureInfo.InvariantCulture)); 2772if (BorderLeft.CF >= 0) 2774entry = converterState.ColorTable.EntryAt((int)BorderLeft.CF);