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; 90Thickness = _borderThickness.Left 94if (_borderThickness.IsUniform) 103if (DoubleUtil.GreaterThanZero(_borderThickness.Left)) 109if (DoubleUtil.GreaterThanZero(_borderThickness.Right)) 114Thickness = _borderThickness.Right 122if (DoubleUtil.GreaterThanZero(_borderThickness.Top)) 127Thickness = _borderThickness.Top 135if (DoubleUtil.GreaterThanZero(_borderThickness.Bottom)) 140Thickness = _borderThickness.Bottom 157new Point(_renderBounds.Left + _borderThickness.Left, _renderBounds.Top + _borderThickness.Top), 158new Point(_renderBounds.Right - _borderThickness.Right, _renderBounds.Bottom - _borderThickness.Bottom)));