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; 96pen.Thickness = _borderThickness.Left; 99if (_borderThickness.IsUniform) 108if (DoubleUtil.GreaterThan(_borderThickness.Left, 0)) 114if (DoubleUtil.GreaterThan(_borderThickness.Right, 0)) 118pen.Thickness = _borderThickness.Right; 125if (DoubleUtil.GreaterThan(_borderThickness.Top, 0)) 129pen.Thickness = _borderThickness.Top; 136if (DoubleUtil.GreaterThan(_borderThickness.Bottom, 0)) 140pen.Thickness = _borderThickness.Bottom; 156new Point(_renderBounds.Left + _borderThickness.Left, _renderBounds.Top + _borderThickness.Top), 157new Point(_renderBounds.Right - _borderThickness.Right, _renderBounds.Bottom - _borderThickness.Bottom)));