5 references to HitTestCode
System.Windows.Forms (5)
winforms\Managed\System\WinForms\VisualStyles\VisualStyleRenderer.cs (5)
938public HitTestCode HitTestBackground(IDeviceContext dc, Rectangle backgroundRectangle, Point pt, HitTestOptions options) { 951return (HitTestCode)htCode; 962public HitTestCode HitTestBackground(Graphics g, Rectangle backgroundRectangle, Region region, Point pt, HitTestOptions options) { 981public HitTestCode HitTestBackground(IDeviceContext dc, Rectangle backgroundRectangle, IntPtr hRgn, Point pt, HitTestOptions options) { 994return (HitTestCode)htCode;