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; 91Thickness = _borderThickness.Left 95if (_borderThickness.IsUniform) 104if (DoubleUtil.GreaterThanZero(_borderThickness.Left)) 110if (DoubleUtil.GreaterThanZero(_borderThickness.Right)) 115Thickness = _borderThickness.Right 123if (DoubleUtil.GreaterThanZero(_borderThickness.Top)) 128Thickness = _borderThickness.Top 136if (DoubleUtil.GreaterThanZero(_borderThickness.Bottom)) 141Thickness = _borderThickness.Bottom 158new Point(_renderBounds.Left + _borderThickness.Left, _renderBounds.Top + _borderThickness.Top), 159new Point(_renderBounds.Right - _borderThickness.Right, _renderBounds.Bottom - _borderThickness.Bottom)));