7 references to Null
System.Drawing.Common (7)
System\Drawing\BufferedGraphicsContext.cs (3)
77return AllocBufferInTempManager(targetGraphics, HDC.Null, targetRectangle); 80return AllocBuffer(targetGraphics, HDC.Null, targetRectangle); 433_compatDC = HDC.Null;
System\Drawing\Graphics.cs (2)
146_nativeHdc = HDC.Null; 3293HDC hdc = HDC.Null;
System\Drawing\Printing\DefaultPrintController.cs (1)
17HDC IHandle<HDC>.Handle => _hdc?.Handle ?? HDC.Null;
System\Drawing\Printing\PreviewPrintController.cs (1)
58HDC hdc = _hdc ?? HDC.Null;