3 references to GetHrgn
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
5434
hrgn = (HRGN)region.
GetHrgn
(graphics);
System\Windows\Forms\Rendering\TextRenderer.cs (1)
637
|| graphics.Clip.
GetHrgn
(graphics) == IntPtr.Zero,
System\Windows\Forms\VisualStyles\VisualStyleRenderer.cs (1)
743
IntPtr hRgn = region.
GetHrgn
(g);