1 write to _borderThickness
PresentationFramework (1)
MS\Internal\PtsHost\ParagraphVisual.cs (1)
67
_borderThickness
= borderThickness;
16 references to _borderThickness
PresentationFramework (16)
MS\Internal\PtsHost\ParagraphVisual.cs (16)
38
_borderBrush != borderBrush || !Thickness.AreClose(
_borderThickness
, borderThickness))
72
_borderThickness
.Top = 0.0;
76
_borderThickness
.Bottom = 0.0;
90
Thickness =
_borderThickness
.Left
94
if (
_borderThickness
.IsUniform)
103
if (DoubleUtil.GreaterThanZero(
_borderThickness
.Left))
109
if (DoubleUtil.GreaterThanZero(
_borderThickness
.Right))
114
Thickness =
_borderThickness
.Right
122
if (DoubleUtil.GreaterThanZero(
_borderThickness
.Top))
127
Thickness =
_borderThickness
.Top
135
if (DoubleUtil.GreaterThanZero(
_borderThickness
.Bottom))
140
Thickness =
_borderThickness
.Bottom
157
new Point(_renderBounds.Left +
_borderThickness
.Left, _renderBounds.Top +
_borderThickness
.Top),
158
new Point(_renderBounds.Right -
_borderThickness
.Right, _renderBounds.Bottom -
_borderThickness
.Bottom)));