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