11 writes to CF
PresentationFramework (11)
System\Windows\Documents\RtfToXamlReader.cs (7)
1886
CF
= cb.CF;
2109
BorderLeft.
CF
= value;
2110
BorderTop.
CF
= value;
2111
BorderRight.
CF
= value;
2112
BorderBottom.
CF
= value;
2113
BorderAll.
CF
= value;
10739
ConverterState.CurrentBorder.
CF
= token.Parameter;
System\Windows\Documents\XamlToRtfWriter.cs (4)
3261
cf.BorderLeft.
CF
= valueData;
3262
cf.BorderRight.
CF
= valueData;
3263
cf.BorderTop.
CF
= valueData;
3264
cf.BorderBottom.
CF
= valueData;
14 references to CF
PresentationFramework (14)
System\Windows\Documents\RtfToXamlReader.cs (14)
1886
CF = cb.
CF
;
1959
CF
< 0 ? string.Create(CultureInfo.InvariantCulture, stackalloc char[128], $"\\brdrs\\brdrw{EffectiveWidth}") :
1960
string.Create(CultureInfo.InvariantCulture, stackalloc char[128], $"\\brdrs\\brdrw{EffectiveWidth}\\brdrcf{
CF
}");
2105
return BorderLeft.
CF
;
2195
if (BorderLeft.
CF
>= 0)
2198
sb.Append(BorderLeft.
CF
.ToString(CultureInfo.InvariantCulture));
2202
if (BorderTop.
CF
>= 0)
2205
sb.Append(BorderTop.
CF
.ToString(CultureInfo.InvariantCulture));
2209
if (BorderRight.
CF
>= 0)
2212
sb.Append(BorderRight.
CF
.ToString(CultureInfo.InvariantCulture));
2216
if (BorderBottom.
CF
>= 0)
2219
sb.Append(BorderBottom.
CF
.ToString(CultureInfo.InvariantCulture));
2727
if (BorderLeft.
CF
>= 0)
2729
entry = converterState.ColorTable.EntryAt((int)BorderLeft.
CF
);