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