1 write to _borderThickness
PresentationFramework (1)
MS\Internal\PtsHost\ParagraphVisual.cs (1)
69
_borderThickness
= borderThickness;
16 references to _borderThickness
PresentationFramework (16)
MS\Internal\PtsHost\ParagraphVisual.cs (16)
40
_borderBrush != borderBrush || !Thickness.AreClose(
_borderThickness
, borderThickness))
74
_borderThickness
.Top = 0.0;
78
_borderThickness
.Bottom = 0.0;
91
pen.Thickness =
_borderThickness
.Left;
94
if (
_borderThickness
.IsUniform)
103
if (DoubleUtil.GreaterThanZero(
_borderThickness
.Left))
109
if (DoubleUtil.GreaterThanZero(
_borderThickness
.Right))
113
pen.Thickness =
_borderThickness
.Right;
120
if (DoubleUtil.GreaterThanZero(
_borderThickness
.Top))
124
pen.Thickness =
_borderThickness
.Top;
131
if (DoubleUtil.GreaterThanZero(
_borderThickness
.Bottom))
135
pen.Thickness =
_borderThickness
.Bottom;
151
new Point(_renderBounds.Left +
_borderThickness
.Left, _renderBounds.Top +
_borderThickness
.Top),
152
new Point(_renderBounds.Right -
_borderThickness
.Right, _renderBounds.Bottom -
_borderThickness
.Bottom)));