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))
89
if (
_borderBrush
!= null)
95
pen.Brush =
_borderBrush
;
117
pen.Brush =
_borderBrush
;
128
pen.Brush =
_borderBrush
;
139
pen.Brush =
_borderBrush
;