6 references to GetChildControlsInTabOrder
System.Windows.Forms (6)
winforms\Managed\System\WinForms\AxHost.cs (2)
5481ctls = ctl.GetChildControlsInTabOrder(false); 5487ctls = p.GetChildControlsInTabOrder(false);
winforms\Managed\System\WinForms\Control.cs (4)
19536ctrls = ownerControl.GetChildControlsInTabOrder(true); 19543ctrls = ownerControl.GetChildControlsInTabOrder(true); 19550ctrls = parentControl.GetChildControlsInTabOrder(true); 19559ctrls = parentControl.GetChildControlsInTabOrder(true);