1 write to _backgroundBrush
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\PageVisual.cs (1)
48
_backgroundBrush
= backgroundBrush;
3 references to _backgroundBrush
PresentationFramework (3)
src\Framework\MS\Internal\PtsHost\PageVisual.cs (3)
46
if (
_backgroundBrush
!= backgroundBrush || _renderBounds != renderBounds)
56
if (
_backgroundBrush
!= null)
58
dc.DrawRectangle(
_backgroundBrush
, null, _renderBounds);