45 references to BorderType
PresentationFramework (45)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (37)
1952
case
BorderType
.BorderNone: return 0;
1953
case
BorderType
.BorderDouble: return Width * 2;
1955
case
BorderType
.BorderSingle: return Width;
1960
internal
BorderType
Type
1976
return EffectiveWidth <= 0 || Type ==
BorderType
.BorderNone;
2031
_type =
BorderType
.BorderNone;
2038
private
BorderType
_type;
10815
ConverterState.CurrentBorder.Type =
BorderType
.BorderNone;
10822
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10840
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10847
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10854
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10861
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10868
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10875
ConverterState.CurrentBorder.Type =
BorderType
.BorderDouble;
10882
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10889
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10896
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10903
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10910
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10917
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10924
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10930
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10937
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10943
ConverterState.CurrentBorder.Type =
BorderType
.BorderDouble;
10950
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10957
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10964
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10971
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10978
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10985
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10992
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10999
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
11006
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
11013
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
11036
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
11043
ConverterState.CurrentBorder.Type =
BorderType
.BorderDouble;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (8)
3231
pf.BorderLeft.Type =
BorderType
.BorderSingle;
3233
pf.BorderRight.Type =
BorderType
.BorderSingle;
3235
pf.BorderTop.Type =
BorderType
.BorderSingle;
3237
pf.BorderBottom.Type =
BorderType
.BorderSingle;
3244
cf.BorderLeft.Type =
BorderType
.BorderSingle;
3246
cf.BorderRight.Type =
BorderType
.BorderSingle;
3248
cf.BorderTop.Type =
BorderType
.BorderSingle;
3250
cf.BorderBottom.Type =
BorderType
.BorderSingle;