4 writes to _backgroundBrush
PresentationFramework (4)
MS\Internal\Text\TextProperties.cs (4)
167
_backgroundBrush
= DynamicPropertyReader.GetBackgroundBrush(target);
177
_backgroundBrush
= DynamicPropertyReader.GetBackgroundBrushForInlineObject(position);
185
_backgroundBrush
= source._backgroundBrush;
305
_backgroundBrush
= backgroundBrush;
2 references to _backgroundBrush
PresentationFramework (2)
MS\Internal\Text\TextProperties.cs (2)
70
public override Brush BackgroundBrush { get { return
_backgroundBrush
; } }
185
_backgroundBrush = source.
_backgroundBrush
;