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;
10715
ConverterState.CurrentBorder?.Type =
BorderType
.BorderNone;
10719
ConverterState.CurrentBorder?.Type =
BorderType
.BorderSingle;
10731
ConverterState.CurrentBorder?.Type =
BorderType
.BorderSingle;
10735
ConverterState.CurrentBorder?.Type =
BorderType
.BorderSingle;
10739
ConverterState.CurrentBorder?.Type =
BorderType
.BorderSingle;
10743
ConverterState.CurrentBorder?.Type =
BorderType
.BorderSingle;
10747
ConverterState.CurrentBorder?.Type =
BorderType
.BorderSingle;
10751
ConverterState.CurrentBorder?.Type =
BorderType
.BorderDouble;
10755
ConverterState.CurrentBorder?.Type =
BorderType
.BorderSingle;
10759
ConverterState.CurrentBorder?.Type =
BorderType
.BorderSingle;
10763
ConverterState.CurrentBorder?.Type =
BorderType
.BorderSingle;
10767
ConverterState.CurrentBorder?.Type =
BorderType
.BorderSingle;
10771
ConverterState.CurrentBorder?.Type =
BorderType
.BorderSingle;
10775
ConverterState.CurrentBorder?.Type =
BorderType
.BorderSingle;
10779
ConverterState.CurrentBorder?.Type =
BorderType
.BorderSingle;
10782
ConverterState.CurrentBorder?.Type =
BorderType
.BorderSingle;
10786
ConverterState.CurrentBorder?.Type =
BorderType
.BorderSingle;
10789
ConverterState.CurrentBorder?.Type =
BorderType
.BorderDouble;
10793
ConverterState.CurrentBorder?.Type =
BorderType
.BorderSingle;
10797
ConverterState.CurrentBorder?.Type =
BorderType
.BorderSingle;
10801
ConverterState.CurrentBorder?.Type =
BorderType
.BorderSingle;
10805
ConverterState.CurrentBorder?.Type =
BorderType
.BorderSingle;
10809
ConverterState.CurrentBorder?.Type =
BorderType
.BorderSingle;
10813
ConverterState.CurrentBorder?.Type =
BorderType
.BorderSingle;
10817
ConverterState.CurrentBorder?.Type =
BorderType
.BorderSingle;
10821
ConverterState.CurrentBorder?.Type =
BorderType
.BorderSingle;
10825
ConverterState.CurrentBorder?.Type =
BorderType
.BorderSingle;
10829
ConverterState.CurrentBorder?.Type =
BorderType
.BorderSingle;
10843
ConverterState.CurrentBorder?.Type =
BorderType
.BorderSingle;
10847
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;