7 references to IsNull
System.Drawing.Common (3)
System\Drawing\BufferedGraphicsContext.cs (1)
274if (hpalette.IsNull)
System\Drawing\Graphics.cs (2)
3524if (s_halftonePalette.IsNull) 3528if (s_halftonePalette.IsNull)
System.Private.Windows.Core (2)
Windows\Win32\Graphics\Gdi\SelectPaletteScope.cs (2)
28if (!HPALETTE.IsNull && realizePalette) 38if (!HPALETTE.IsNull)
System.Private.Windows.GdiPlus (1)
Windows\Win32\Graphics\Gdi\HdcExtensions.cs (1)
38if (s_halftonePalette.IsNull)
System.Windows.Forms (1)
System\Windows\Forms\Rendering\DrawingEventArgs.cs (1)
139if (!_oldPalette.IsNull && !_hdc.IsNull)