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)
75public override Brush BackgroundBrush { get { return _backgroundBrush; } } 190_backgroundBrush = source._backgroundBrush;