1 write to parent
System.Windows.Forms (1)
winforms\Managed\System\WinForms\UpDownBase.cs (1)
1903this.parent = parent;
3 references to parent
System.Windows.Forms (3)
winforms\Managed\System\WinForms\UpDownBase.cs (3)
1911Rectangle bounds = ((UpDownButtons)parent.Owner).Bounds; 1919return (((UpDownButtons)parent.Owner).ParentInternal).RectangleToScreen(bounds); 1937return parent;