2 references to GetControlBelongs
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AxHost.cs (2)
5353if (ctl != parent && !GetControlBelongs(ctl)) { 5549if (!ignoreBelong && ctl != parent && !GetControlBelongs(ctl)) return;