1 write to _borderBrush
PresentationFramework (1)
MS\Internal\PtsHost\ParagraphVisual.cs (1)
67
_borderBrush
= (Brush)FreezableOperations.GetAsFrozenIfPossible(borderBrush);
6 references to _borderBrush
PresentationFramework (6)
MS\Internal\PtsHost\ParagraphVisual.cs (6)
39
_borderBrush
!= borderBrush || !Thickness.AreClose(_borderThickness, borderThickness))
83
if (
_borderBrush
!= null)
89
pen.Brush =
_borderBrush
;
111
pen.Brush =
_borderBrush
;
122
pen.Brush =
_borderBrush
;
133
pen.Brush =
_borderBrush
;