45 references to BorderType
PresentationFramework (45)
System\Windows\Documents\RtfToXamlReader.cs (37)
1929
case
BorderType
.BorderNone: return 0;
1930
case
BorderType
.BorderDouble: return Width * 2;
1932
case
BorderType
.BorderSingle: return Width;
1937
internal
BorderType
Type
1953
return EffectiveWidth <= 0 || Type ==
BorderType
.BorderNone;
1988
_type =
BorderType
.BorderNone;
1995
private
BorderType
_type;
10721
ConverterState.CurrentBorder.Type =
BorderType
.BorderNone;
10728
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10746
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10753
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10760
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10767
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10774
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10781
ConverterState.CurrentBorder.Type =
BorderType
.BorderDouble;
10788
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10795
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10802
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10809
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10816
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10823
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10830
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10836
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10843
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10849
ConverterState.CurrentBorder.Type =
BorderType
.BorderDouble;
10856
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10863
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10870
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10877
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10884
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10891
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10898
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10905
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10912
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10919
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10942
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10949
ConverterState.CurrentBorder.Type =
BorderType
.BorderDouble;
System\Windows\Documents\XamlToRtfWriter.cs (8)
3224
pf.BorderLeft.Type =
BorderType
.BorderSingle;
3226
pf.BorderRight.Type =
BorderType
.BorderSingle;
3228
pf.BorderTop.Type =
BorderType
.BorderSingle;
3230
pf.BorderBottom.Type =
BorderType
.BorderSingle;
3237
cf.BorderLeft.Type =
BorderType
.BorderSingle;
3239
cf.BorderRight.Type =
BorderType
.BorderSingle;
3241
cf.BorderTop.Type =
BorderType
.BorderSingle;
3243
cf.BorderBottom.Type =
BorderType
.BorderSingle;