4 writes to _backgroundBrush
PresentationFramework (4)
MS\Internal\Text\TextProperties.cs (4)
169_backgroundBrush = DynamicPropertyReader.GetBackgroundBrush(target); 179_backgroundBrush = DynamicPropertyReader.GetBackgroundBrushForInlineObject(position); 187_backgroundBrush = source._backgroundBrush; 307_backgroundBrush = backgroundBrush;
2 references to _backgroundBrush
PresentationFramework (2)
MS\Internal\Text\TextProperties.cs (2)
72public override Brush BackgroundBrush { get { return _backgroundBrush; } } 187_backgroundBrush = source._backgroundBrush;