13 references to GetNodeAt
System.Windows.Forms (1)
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
1673
public TreeNode? GetNodeAt(Point pt) =>
GetNodeAt
(pt.X, pt.Y);
System.Windows.Forms.Tests (12)
System\Windows\Forms\TreeViewTests.cs (12)
4922
Assert.Null(control.
GetNodeAt
(pt.X, pt.Y));
4926
Assert.Null(control.
GetNodeAt
(pt.X, pt.Y));
4937
Assert.Same(node1, control.
GetNodeAt
(pt.X, pt.Y));
4941
Assert.Same(node1, control.
GetNodeAt
(pt.X, pt.Y));
4952
Assert.Null(control.
GetNodeAt
(pt.X, pt.Y));
4956
Assert.Null(control.
GetNodeAt
(pt.X, pt.Y));
4973
Assert.Null(control.
GetNodeAt
(pt.X, pt.Y));
4980
Assert.Null(control.
GetNodeAt
(pt.X, pt.Y));
5002
Assert.Same(node1, control.
GetNodeAt
(pt.X, pt.Y));
5009
Assert.Same(node1, control.
GetNodeAt
(pt.X, pt.Y));
5031
Assert.Null(control.
GetNodeAt
(pt.X, pt.Y));
5038
Assert.Null(control.
GetNodeAt
(pt.X, pt.Y));