1 write to _borderThickness
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\ParagraphVisual.cs (1)
74
_borderThickness
= borderThickness;
16 references to _borderThickness
PresentationFramework (16)
src\Framework\MS\Internal\PtsHost\ParagraphVisual.cs (16)
45
_borderBrush != borderBrush || !Thickness.AreClose(
_borderThickness
, borderThickness))
79
_borderThickness
.Top = 0.0;
83
_borderThickness
.Bottom = 0.0;
96
pen.Thickness =
_borderThickness
.Left;
99
if (
_borderThickness
.IsUniform)
108
if (DoubleUtil.GreaterThan(
_borderThickness
.Left, 0))
114
if (DoubleUtil.GreaterThan(
_borderThickness
.Right, 0))
118
pen.Thickness =
_borderThickness
.Right;
125
if (DoubleUtil.GreaterThan(
_borderThickness
.Top, 0))
129
pen.Thickness =
_borderThickness
.Top;
136
if (DoubleUtil.GreaterThan(
_borderThickness
.Bottom, 0))
140
pen.Thickness =
_borderThickness
.Bottom;
156
new Point(_renderBounds.Left +
_borderThickness
.Left, _renderBounds.Top +
_borderThickness
.Top),
157
new Point(_renderBounds.Right -
_borderThickness
.Right, _renderBounds.Bottom -
_borderThickness
.Bottom)));