22 references to IsRenderVisible
ReachFramework (22)
AlphaFlattener\BrushProxy.cs (6)
443if (!Utility.IsRenderVisible(viewport)) 672Debug.Assert(Utility.IsRenderVisible(vb), "TileBrush.Viewbox area must be positive"); 739Debug.Assert(Utility.IsRenderVisible(vb), "TileBrush.Viewbox must be visible"); 1718if (!Utility.IsRenderVisible(shape.Bounds)) 2902if (! Utility.IsRenderVisible(tileBrush.Viewport) || 2911if (!Utility.IsRenderVisible(contentBounds))
AlphaFlattener\DrawingContext.cs (1)
844if (!Utility.IsRenderVisible(clip.Bounds))
AlphaFlattener\Primitive.cs (1)
321if (d == null || !Utility.IsRenderVisible(d.Bounds))
AlphaFlattener\PrimitiveList.cs (1)
261bool skip = !Utility.IsRenderVisible(info.bounds) || Utility.Disjoint(p.Clip, info.bounds);
AlphaFlattener\Utility.cs (6)
1626if (IsRenderVisible(content)) 1652if (IsRenderVisible(bounds)) 1680IsRenderVisible(viewport), "Invisible viewbox and/or viewport"); 1867if (!Utility.IsRenderVisible(visualBounds)) 2105return IsRenderVisible(rect); 2136if (drawing.ClipGeometry != null && !Utility.IsRenderVisible(drawing.ClipGeometry.Bounds))
Serialization\DrawingContextFlattener.cs (2)
376if (!Utility.IsRenderVisible(bounds)) 396if (!Utility.IsRenderVisible(bounds))
Serialization\VisualSerializer.cs (2)
1557if (!forStroke && !Utility.IsRenderVisible(pg.Bounds)) 1894if (!Utility.IsRenderVisible(bounds))
Serialization\VisualTreeFlattener.cs (3)
469if (!Utility.IsRenderVisible(bounds)) 475if ((clip != null) && !Utility.IsRenderVisible(clip.Bounds)) 672if (d == null || !Utility.IsRenderVisible(d.Bounds))