9 references to IsInfinite
System.Drawing (3)
commonui\System\Drawing\GraphicsContext.cs (1)
70
if (clip.
IsInfinite
(g)) {
misc\GDI\WindowsGraphics.cs (1)
201
if (!clipRgn.
IsInfinite
(g))
misc\GDI\WindowsRegion.cs (1)
93
if (region.
IsInfinite
(g)){
System.Web.DataVisualization (2)
Common\ChartTypes\AreaChart.cs (1)
362
if (!graph.IsClipEmpty && !graph.Clip.
IsInfinite
(graph.Graphics))
Common\ChartTypes\RangeChart.cs (1)
522
if (!graph.IsClipEmpty && !graph.Clip.
IsInfinite
(graph.Graphics))
System.Windows.Forms (2)
misc\GDI\WindowsGraphics.cs (1)
201
if (!clipRgn.
IsInfinite
(g))
misc\GDI\WindowsRegion.cs (1)
93
if (region.
IsInfinite
(g)){
System.Windows.Forms.DataVisualization (2)
Common\ChartTypes\AreaChart.cs (1)
362
if (!graph.IsClipEmpty && !graph.Clip.
IsInfinite
(graph.Graphics))
Common\ChartTypes\RangeChart.cs (1)
522
if (!graph.IsClipEmpty && !graph.Clip.
IsInfinite
(graph.Graphics))