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;
10753
ConverterState.CurrentBorder.Type =
BorderType
.BorderNone;
10760
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10778
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10785
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10792
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10799
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10806
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10813
ConverterState.CurrentBorder.Type =
BorderType
.BorderDouble;
10820
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10827
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10834
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10841
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10848
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10855
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10862
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10868
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10875
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10881
ConverterState.CurrentBorder.Type =
BorderType
.BorderDouble;
10888
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10895
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10902
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10909
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10916
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10923
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10930
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10937
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10944
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10951
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10971
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10978
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;