22 references to IsRenderVisible
ReachFramework (22)
AlphaFlattener\BrushProxy.cs (6)
439
if (!Utility.
IsRenderVisible
(viewport))
668
Debug.Assert(Utility.
IsRenderVisible
(vb), "TileBrush.Viewbox area must be positive");
735
Debug.Assert(Utility.
IsRenderVisible
(vb), "TileBrush.Viewbox must be visible");
1714
if (!Utility.
IsRenderVisible
(shape.Bounds))
2898
if (! Utility.
IsRenderVisible
(tileBrush.Viewport) ||
2907
if (!Utility.
IsRenderVisible
(contentBounds))
AlphaFlattener\DrawingContext.cs (1)
840
if (!Utility.
IsRenderVisible
(clip.Bounds))
AlphaFlattener\Primitive.cs (1)
316
if (d == null || !Utility.
IsRenderVisible
(d.Bounds))
AlphaFlattener\PrimitiveList.cs (1)
256
bool skip = !Utility.
IsRenderVisible
(info.bounds) || Utility.Disjoint(p.Clip, info.bounds);
AlphaFlattener\Utility.cs (6)
1615
if (
IsRenderVisible
(content))
1641
if (
IsRenderVisible
(bounds))
1669
IsRenderVisible
(viewport), "Invisible viewbox and/or viewport");
1856
if (!Utility.
IsRenderVisible
(visualBounds))
2094
return
IsRenderVisible
(rect);
2125
if (drawing.ClipGeometry != null && !Utility.
IsRenderVisible
(drawing.ClipGeometry.Bounds))
Serialization\DrawingContextFlattener.cs (2)
366
if (!Utility.
IsRenderVisible
(bounds))
386
if (!Utility.
IsRenderVisible
(bounds))
Serialization\VisualSerializer.cs (2)
1549
if (!forStroke && !Utility.
IsRenderVisible
(pg.Bounds))
1886
if (!Utility.
IsRenderVisible
(bounds))
Serialization\VisualTreeFlattener.cs (3)
462
if (!Utility.
IsRenderVisible
(bounds))
468
if ((clip != null) && !Utility.
IsRenderVisible
(clip.Bounds))
665
if (d == null || !Utility.
IsRenderVisible
(d.Bounds))