45 references to BorderType
PresentationFramework (45)
System\Windows\Documents\RtfToXamlReader.cs (37)
1930
case
BorderType
.BorderNone: return 0;
1931
case
BorderType
.BorderDouble: return Width * 2;
1933
case
BorderType
.BorderSingle: return Width;
1938
internal
BorderType
Type
1954
return EffectiveWidth <= 0 || Type ==
BorderType
.BorderNone;
1989
_type =
BorderType
.BorderNone;
1996
private
BorderType
_type;
10712
ConverterState.CurrentBorder?.Type =
BorderType
.BorderNone;
10716
ConverterState.CurrentBorder?.Type =
BorderType
.BorderSingle;
10728
ConverterState.CurrentBorder?.Type =
BorderType
.BorderSingle;
10732
ConverterState.CurrentBorder?.Type =
BorderType
.BorderSingle;
10736
ConverterState.CurrentBorder?.Type =
BorderType
.BorderSingle;
10740
ConverterState.CurrentBorder?.Type =
BorderType
.BorderSingle;
10744
ConverterState.CurrentBorder?.Type =
BorderType
.BorderSingle;
10748
ConverterState.CurrentBorder?.Type =
BorderType
.BorderDouble;
10752
ConverterState.CurrentBorder?.Type =
BorderType
.BorderSingle;
10756
ConverterState.CurrentBorder?.Type =
BorderType
.BorderSingle;
10760
ConverterState.CurrentBorder?.Type =
BorderType
.BorderSingle;
10764
ConverterState.CurrentBorder?.Type =
BorderType
.BorderSingle;
10768
ConverterState.CurrentBorder?.Type =
BorderType
.BorderSingle;
10772
ConverterState.CurrentBorder?.Type =
BorderType
.BorderSingle;
10776
ConverterState.CurrentBorder?.Type =
BorderType
.BorderSingle;
10779
ConverterState.CurrentBorder?.Type =
BorderType
.BorderSingle;
10783
ConverterState.CurrentBorder?.Type =
BorderType
.BorderSingle;
10786
ConverterState.CurrentBorder?.Type =
BorderType
.BorderDouble;
10790
ConverterState.CurrentBorder?.Type =
BorderType
.BorderSingle;
10794
ConverterState.CurrentBorder?.Type =
BorderType
.BorderSingle;
10798
ConverterState.CurrentBorder?.Type =
BorderType
.BorderSingle;
10802
ConverterState.CurrentBorder?.Type =
BorderType
.BorderSingle;
10806
ConverterState.CurrentBorder?.Type =
BorderType
.BorderSingle;
10810
ConverterState.CurrentBorder?.Type =
BorderType
.BorderSingle;
10814
ConverterState.CurrentBorder?.Type =
BorderType
.BorderSingle;
10818
ConverterState.CurrentBorder?.Type =
BorderType
.BorderSingle;
10822
ConverterState.CurrentBorder?.Type =
BorderType
.BorderSingle;
10826
ConverterState.CurrentBorder?.Type =
BorderType
.BorderSingle;
10840
ConverterState.CurrentBorder?.Type =
BorderType
.BorderSingle;
10844
ConverterState.CurrentBorder?.Type =
BorderType
.BorderDouble;
System\Windows\Documents\XamlToRtfWriter.cs (8)
3223
pf.BorderLeft.Type =
BorderType
.BorderSingle;
3225
pf.BorderRight.Type =
BorderType
.BorderSingle;
3227
pf.BorderTop.Type =
BorderType
.BorderSingle;
3229
pf.BorderBottom.Type =
BorderType
.BorderSingle;
3236
cf.BorderLeft.Type =
BorderType
.BorderSingle;
3238
cf.BorderRight.Type =
BorderType
.BorderSingle;
3240
cf.BorderTop.Type =
BorderType
.BorderSingle;
3242
cf.BorderBottom.Type =
BorderType
.BorderSingle;