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