4 writes to _backgroundBrush
PresentationFramework (4)
src\Framework\MS\Internal\Text\TextProperties.cs (4)
172
_backgroundBrush
= DynamicPropertyReader.GetBackgroundBrush(target);
182
_backgroundBrush
= DynamicPropertyReader.GetBackgroundBrushForInlineObject(position);
190
_backgroundBrush
= source._backgroundBrush;
314
_backgroundBrush
= backgroundBrush;
2 references to _backgroundBrush
PresentationFramework (2)
src\Framework\MS\Internal\Text\TextProperties.cs (2)
75
public override Brush BackgroundBrush { get { return
_backgroundBrush
; } }
190
_backgroundBrush = source.
_backgroundBrush
;