2 writes to Handle
System.Windows.Forms (2)
System\Windows\Forms\VisualStyles\VisualStyleRenderer.cs (2)
876Handle = hTheme; 901Handle = HTHEME.Null;
3 references to Handle
System.Windows.Forms (3)
System\Windows\Forms\VisualStyles\VisualStyleRenderer.cs (3)
862return themeHandle.Handle; 898if (!Handle.IsNull) 900PInvoke.CloseThemeData(Handle);