45 references to BorderType
PresentationFramework (45)
System\Windows\Documents\RtfToXamlReader.cs (37)
1931
case
BorderType
.BorderNone: return 0;
1932
case
BorderType
.BorderDouble: return Width * 2;
1934
case
BorderType
.BorderSingle: return Width;
1939
internal
BorderType
Type
1955
return EffectiveWidth <= 0 || Type ==
BorderType
.BorderNone;
1990
_type =
BorderType
.BorderNone;
1997
private
BorderType
_type;
10754
ConverterState.CurrentBorder.Type =
BorderType
.BorderNone;
10761
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10779
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10786
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10793
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10800
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10807
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10814
ConverterState.CurrentBorder.Type =
BorderType
.BorderDouble;
10821
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10828
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10835
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10842
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10849
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10856
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10863
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10869
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10876
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10882
ConverterState.CurrentBorder.Type =
BorderType
.BorderDouble;
10889
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10896
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10903
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10910
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10917
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10924
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10931
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10938
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10945
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10952
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10972
ConverterState.CurrentBorder.Type =
BorderType
.BorderSingle;
10979
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;