4 references to GetNameForControl
System.Windows.Forms (4)
winforms\Managed\System\WinForms\AxHost.cs (4)
2439string rval = GetParentContainer().GetNameForControl(this); 5326string ctlName = GetNameForControl((Control)e.Key); 5395throw new ArgumentException(SR.GetString(SR.AXDuplicateControl, GetNameForControl(ctl)), "ctl"); 6326return GetC().GetNameForControl(GetP());