1 write to _borderBrush
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\ParagraphVisual.cs (1)
73_borderBrush = (Brush)FreezableOperations.GetAsFrozenIfPossible(borderBrush);
6 references to _borderBrush
PresentationFramework (6)
src\Framework\MS\Internal\PtsHost\ParagraphVisual.cs (6)
45_borderBrush != borderBrush || !Thickness.AreClose(_borderThickness, borderThickness)) 89if (_borderBrush != null) 95pen.Brush = _borderBrush; 117pen.Brush = _borderBrush; 128pen.Brush = _borderBrush; 139pen.Brush = _borderBrush;