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