6 references to _owners
System.Windows.Forms (6)
System\Windows\Forms\ToolTip\ToolTip.cs (6)
1747_owners.Remove((HWND)win.Handle); 1757_owners.Remove((HWND)win.Handle); 1783Control[] controls = [.. _owners.Values]; 1845_owners[windowAsControl.HWND] = windowAsControl; 1968return _owners.TryGetValue(hwnd, out Control? control) ? control : Control.FromHandle(hwnd); 2243_owners.Remove((HWND)window.Handle);