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; 91pen.Thickness = _borderThickness.Left; 94if (_borderThickness.IsUniform) 103if (DoubleUtil.GreaterThanZero(_borderThickness.Left)) 109if (DoubleUtil.GreaterThanZero(_borderThickness.Right)) 113pen.Thickness = _borderThickness.Right; 120if (DoubleUtil.GreaterThanZero(_borderThickness.Top)) 124pen.Thickness = _borderThickness.Top; 131if (DoubleUtil.GreaterThanZero(_borderThickness.Bottom)) 135pen.Thickness = _borderThickness.Bottom; 151new Point(_renderBounds.Left + _borderThickness.Left, _renderBounds.Top + _borderThickness.Top), 152new Point(_renderBounds.Right - _borderThickness.Right, _renderBounds.Bottom - _borderThickness.Bottom)));