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