1 write to _backgroundBrush
PresentationFramework (1)
MS\Internal\PtsHost\PageVisual.cs (1)
39
_backgroundBrush
= backgroundBrush;
3 references to _backgroundBrush
PresentationFramework (3)
MS\Internal\PtsHost\PageVisual.cs (3)
37
if (
_backgroundBrush
!= backgroundBrush || _renderBounds != renderBounds)
47
if (
_backgroundBrush
!= null)
49
dc.DrawRectangle(
_backgroundBrush
, null, _renderBounds);