1 write to _borderThickness
PresentationFramework (1)
MS\Internal\PtsHost\ParagraphVisual.cs (1)
68
_borderThickness
= borderThickness;
16 references to _borderThickness
PresentationFramework (16)
MS\Internal\PtsHost\ParagraphVisual.cs (16)
39
_borderBrush != borderBrush || !Thickness.AreClose(
_borderThickness
, borderThickness))
73
_borderThickness
.Top = 0.0;
77
_borderThickness
.Bottom = 0.0;
91
Thickness =
_borderThickness
.Left
95
if (
_borderThickness
.IsUniform)
104
if (DoubleUtil.GreaterThanZero(
_borderThickness
.Left))
110
if (DoubleUtil.GreaterThanZero(
_borderThickness
.Right))
115
Thickness =
_borderThickness
.Right
123
if (DoubleUtil.GreaterThanZero(
_borderThickness
.Top))
128
Thickness =
_borderThickness
.Top
136
if (DoubleUtil.GreaterThanZero(
_borderThickness
.Bottom))
141
Thickness =
_borderThickness
.Bottom
158
new Point(_renderBounds.Left +
_borderThickness
.Left, _renderBounds.Top +
_borderThickness
.Top),
159
new Point(_renderBounds.Right -
_borderThickness
.Right, _renderBounds.Bottom -
_borderThickness
.Bottom)));