23 references to Null
System.Private.Windows.GdiPlus (1)
Windows\Win32\Graphics\GdiPlus\GpRegionExtensions.cs (1)
48
return HRGN.
Null
;
System.Windows.Forms (18)
System\Windows\Forms\Application.cs (1)
743
HRGN.
Null
,
System\Windows\Forms\Control.cs (2)
5960
HRGN.
Null
,
6008
HRGN.
Null
,
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2133
HRGN.
Null
,
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
5703
using GetDcScope dc = new(HWND, HRGN.
Null
, GET_DCX_FLAGS.DCX_CACHE | GET_DCX_FLAGS.DCX_LOCKWINDOWUPDATE);
5722
using GetDcScope dc = new(HWND, HRGN.
Null
, GET_DCX_FLAGS.DCX_CACHE | GET_DCX_FLAGS.DCX_LOCKWINDOWUPDATE);
System\Windows\Forms\Controls\Splitter\Splitter.cs (1)
697
using GetDcScope dc = new(ParentInternal.HWND, HRGN.
Null
, GET_DCX_FLAGS.DCX_CACHE | GET_DCX_FLAGS.DCX_LOCKWINDOWUPDATE);
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1794
PInvoke.RedrawWindow(this, lprcUpdate: null, HRGN.
Null
, REDRAW_WINDOW_FLAGS.RDW_INVALIDATE | REDRAW_WINDOW_FLAGS.RDW_FRAME);
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
559
PInvoke.RedrawWindow(this, lprcUpdate: null, HRGN.
Null
, REDRAW_WINDOW_FLAGS.RDW_INVALIDATE | REDRAW_WINDOW_FLAGS.RDW_FRAME);
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
1988
HRGN.
Null
,
System\Windows\Forms\Controls\ToolStrips\ToolStripTextBox.ToolStripTextBoxControl.cs (1)
234
using GetDcScope hdc = new(m.HWND, HRGN.
Null
, GET_DCX_FLAGS.DCX_WINDOW | (GET_DCX_FLAGS)0x00010000 /* DCX_USESTYLE */);
System\Windows\Forms\Form.cs (1)
6490
PInvoke.RedrawWindow(this, lprcUpdate: null, HRGN.
Null
, REDRAW_WINDOW_FLAGS.RDW_INVALIDATE | REDRAW_WINDOW_FLAGS.RDW_FRAME);
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
1474
using GetDcScope dc = new(HWND, HRGN.
Null
, GET_DCX_FLAGS.DCX_CACHE | GET_DCX_FLAGS.DCX_LOCKWINDOWUPDATE);
System\Windows\Forms\Rendering\ControlPaint.cs (3)
1828
HRGN.
Null
,
1855
HRGN.
Null
,
2105
HRGN.
Null
,
System\Windows\Forms\Scrolling\ScrollableControl.cs (1)
795
HRGN.
Null
,
System\Windows\Forms\VisualStyles\VisualStyleRenderer.cs (1)
728
HRGN.
Null
,
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\DesignerFrame.cs (1)
91
PInvoke.RedrawWindow(_designer, lprcUpdate: null, HRGN.
Null
, REDRAW_WINDOW_FLAGS.RDW_FRAME);
System\Windows\Forms\Design\DocumentDesigner.cs (1)
1055
PInvoke.RedrawWindow(control, lprcUpdate: null, HRGN.
Null
, REDRAW_WINDOW_FLAGS.RDW_FRAME);
System\Windows\Forms\Design\FormDocumentDesigner.cs (2)
401
PInvoke.RedrawWindow(control, lprcUpdate: null, HRGN.
Null
, REDRAW_WINDOW_FLAGS.RDW_FRAME);
413
PInvoke.RedrawWindow(control, lprcUpdate: null, HRGN.
Null
, REDRAW_WINDOW_FLAGS.RDW_FRAME);