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)
4920
Assert.Null(control.
GetNodeAt
(pt.X, pt.Y));
4924
Assert.Null(control.
GetNodeAt
(pt.X, pt.Y));
4935
Assert.Same(node1, control.
GetNodeAt
(pt.X, pt.Y));
4939
Assert.Same(node1, control.
GetNodeAt
(pt.X, pt.Y));
4950
Assert.Null(control.
GetNodeAt
(pt.X, pt.Y));
4954
Assert.Null(control.
GetNodeAt
(pt.X, pt.Y));
4971
Assert.Null(control.
GetNodeAt
(pt.X, pt.Y));
4978
Assert.Null(control.
GetNodeAt
(pt.X, pt.Y));
5000
Assert.Same(node1, control.
GetNodeAt
(pt.X, pt.Y));
5007
Assert.Same(node1, control.
GetNodeAt
(pt.X, pt.Y));
5029
Assert.Null(control.
GetNodeAt
(pt.X, pt.Y));
5036
Assert.Null(control.
GetNodeAt
(pt.X, pt.Y));