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