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