16 references to Handle
System.Windows.Forms (3)
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
1654PInvokeCore.SendMessage(this, PInvoke.TCM_SETTOOLTIPS, (WPARAM)toolTip.Handle);
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
1626PInvokeCore.SendMessage(this, PInvoke.TVM_SETTOOLTIPS, (WPARAM)toolTip.Handle);
System\Windows\Forms\ToolTip\ToolTip.cs (1)
259internal HWND HWND => (HWND)Handle;
System.Windows.Forms.Tests (13)
KeyboardTooltipStateMachineTests.cs (2)
62_ = toolTip.Handle; 94_ = toolTip.Handle;
System\Windows\Forms\LabelTests.cs (1)
235Assert.NotEqual(IntPtr.Zero, toolTip.Handle); // A workaround to create the toolTip native window Handle
System\Windows\Forms\ListViewTests.cs (1)
5126Assert.NotEqual(IntPtr.Zero, toolTip.Handle); // A workaround to create the toolTip native window Handle
System\Windows\Forms\TabControlTests.cs (1)
5699Assert.NotEqual(IntPtr.Zero, toolTip.Handle); // A workaround to create the toolTip native window Handle
System\Windows\Forms\TabPageTests.cs (2)
4922Assert.NotEqual(IntPtr.Zero, toolTip.Handle); // A workaround to create the tooltip native window Handle 5020Assert.NotEqual(IntPtr.Zero, toolTip.Handle); // A workaround to create the tooltip native window Handle
System\Windows\Forms\ToolTipTests.cs (4)
303_ = toolTip.Handle; 328_ = toolTip.Handle; 794Assert.NotEqual(IntPtr.Zero, toolTip.Handle); // A workaround to create the toolTip native window Handle 814Assert.True(toolTip.Handle != IntPtr.Zero); // A workaround to create the toolTip native window Handle
System\Windows\Forms\TreeViewTests.cs (1)
6821Assert.NotEqual(IntPtr.Zero, toolTip.Handle); // A workaround to create the toolTip native window Handle
System\Windows\Forms\UpDownBaseTests.cs (1)
3028toolTip.Handle.Should().NotBe(IntPtr.Zero); // A workaround to create the toolTip native window Handle