11 writes to CF
PresentationFramework (11)
System\Windows\Documents\RtfToXamlReader.cs (7)
1887
CF
= cb.CF;
2110
BorderLeft.
CF
= value;
2111
BorderTop.
CF
= value;
2112
BorderRight.
CF
= value;
2113
BorderBottom.
CF
= value;
2114
BorderAll.
CF
= value;
10740
ConverterState.CurrentBorder.
CF
= token.Parameter;
System\Windows\Documents\XamlToRtfWriter.cs (4)
3262
cf.BorderLeft.
CF
= valueData;
3263
cf.BorderRight.
CF
= valueData;
3264
cf.BorderTop.
CF
= valueData;
3265
cf.BorderBottom.
CF
= valueData;
14 references to CF
PresentationFramework (14)
System\Windows\Documents\RtfToXamlReader.cs (14)
1887
CF = cb.
CF
;
1960
CF
< 0 ? string.Create(CultureInfo.InvariantCulture, stackalloc char[128], $"\\brdrs\\brdrw{EffectiveWidth}") :
1961
string.Create(CultureInfo.InvariantCulture, stackalloc char[128], $"\\brdrs\\brdrw{EffectiveWidth}\\brdrcf{
CF
}");
2106
return BorderLeft.
CF
;
2196
if (BorderLeft.
CF
>= 0)
2199
sb.Append(BorderLeft.
CF
.ToString(CultureInfo.InvariantCulture));
2203
if (BorderTop.
CF
>= 0)
2206
sb.Append(BorderTop.
CF
.ToString(CultureInfo.InvariantCulture));
2210
if (BorderRight.
CF
>= 0)
2213
sb.Append(BorderRight.
CF
.ToString(CultureInfo.InvariantCulture));
2217
if (BorderBottom.
CF
>= 0)
2220
sb.Append(BorderBottom.
CF
.ToString(CultureInfo.InvariantCulture));
2728
if (BorderLeft.
CF
>= 0)
2730
entry = converterState.ColorTable.EntryAt((int)BorderLeft.
CF
);