6 references to _owners
System.Windows.Forms (6)
System\Windows\Forms\ToolTip\ToolTip.cs (6)
1751_owners.Remove((HWND)win.Handle); 1761_owners.Remove((HWND)win.Handle); 1784Control[] controls = [.. _owners.Values]; 1846_owners[windowAsControl.HWND] = windowAsControl; 1971return _owners.TryGetValue(hwnd, out Control? control) ? control : Control.FromHandle(hwnd); 2246_owners.Remove((HWND)window.Handle);