7 references to Bounds
System.Windows.Forms (7)
winforms\Managed\System\WinForms\TreeNode.cs (1)
441while (node != null && node.Bounds.IsEmpty) {
winforms\Managed\System\WinForms\TreeView.cs (6)
2825Rectangle bounds = node.Bounds; 2917Rectangle bounds = tn.Bounds; 2949else if (tn != null && tn.Bounds.Right > this.Bounds.Right) { 3392client = new Point(treeNode.Bounds.X , treeNode.Bounds.Y + treeNode.Bounds.Height / 2);