1 write to _backgroundBrush
PresentationFramework (1)
MS\Internal\PtsHost\PageVisual.cs (1)
44
_backgroundBrush
= backgroundBrush;
3 references to _backgroundBrush
PresentationFramework (3)
MS\Internal\PtsHost\PageVisual.cs (3)
42
if (
_backgroundBrush
!= backgroundBrush || _renderBounds != renderBounds)
52
if (
_backgroundBrush
!= null)
54
dc.DrawRectangle(
_backgroundBrush
, null, _renderBounds);