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;
10722
ConverterState.CurrentBorder.Type =
BorderType
.BorderNone;
10729
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10747
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10754
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10761
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10768
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10775
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10782
ConverterState.CurrentBorder.Type =
BorderType
.BorderDouble;
10789
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10796
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10803
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10810
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10817
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10824
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10831
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10837
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10844
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10850
ConverterState.CurrentBorder.Type =
BorderType
.BorderDouble;
10857
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10864
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10871
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10878
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10885
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10892
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10899
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10906
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10913
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10920
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10943
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10950
ConverterState.CurrentBorder.Type =
BorderType
.BorderDouble;
System\Windows\Documents\XamlToRtfWriter.cs (8)
3225
pf.BorderLeft.Type =
BorderType
.BorderSingle;
3227
pf.BorderRight.Type =
BorderType
.BorderSingle;
3229
pf.BorderTop.Type =
BorderType
.BorderSingle;
3231
pf.BorderBottom.Type =
BorderType
.BorderSingle;
3238
cf.BorderLeft.Type =
BorderType
.BorderSingle;
3240
cf.BorderRight.Type =
BorderType
.BorderSingle;
3242
cf.BorderTop.Type =
BorderType
.BorderSingle;
3244
cf.BorderBottom.Type =
BorderType
.BorderSingle;