4 writes to _backgroundBrush
PresentationFramework (4)
MS\Internal\Text\TextProperties.cs (4)
166_backgroundBrush = DynamicPropertyReader.GetBackgroundBrush(target); 176_backgroundBrush = DynamicPropertyReader.GetBackgroundBrushForInlineObject(position); 184_backgroundBrush = source._backgroundBrush; 304_backgroundBrush = backgroundBrush;
2 references to _backgroundBrush
PresentationFramework (2)
MS\Internal\Text\TextProperties.cs (2)
69public override Brush BackgroundBrush { get { return _backgroundBrush; } } 184_backgroundBrush = source._backgroundBrush;