5 references to IsNull
System.Windows.Forms (3)
System\Windows\Forms\VisualStyles\VisualStyleRenderer.cs (3)
96
if (!hTheme.
IsNull
)
891
return hTheme.
IsNull
898
if (!Handle.
IsNull
)
System.Windows.Forms.Primitives (2)
Windows\Win32\PInvoke.OpenThemeDataScope.cs (2)
35
public bool IsNull => HTheme.
IsNull
;
39
if (!HTheme.
IsNull
)