1 write to _borderBrush
PresentationFramework (1)
MS\Internal\PtsHost\ParagraphVisual.cs (1)
68
_borderBrush
= (Brush)FreezableOperations.GetAsFrozenIfPossible(borderBrush);
6 references to _borderBrush
PresentationFramework (6)
MS\Internal\PtsHost\ParagraphVisual.cs (6)
40
_borderBrush
!= borderBrush || !Thickness.AreClose(_borderThickness, borderThickness))
84
if (
_borderBrush
!= null)
90
pen.Brush =
_borderBrush
;
112
pen.Brush =
_borderBrush
;
123
pen.Brush =
_borderBrush
;
134
pen.Brush =
_borderBrush
;