5 references to GetControlInfo
System.Windows.Forms (3)
System\Windows\Forms\ActiveX\AxHost.cs (1)
1749
if (oleControl.Value->
GetControlInfo
(&ctlInfo).Failed)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
611
/// <inheritdoc cref="IOleControl.
GetControlInfo
(CONTROLINFO*)"/>
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
28
/// <inheritdoc cref="IOleControl.
GetControlInfo
(CONTROLINFO*)"/>
System.Windows.Forms.Primitives (2)
Windows.Win32.IOleControl.g.cs (2)
55
/// <inheritdoc cref="
GetControlInfo
(winmdroot.System.Ole.CONTROLINFO*)"/>
60
winmdroot.Foundation.HRESULT __result = this.
GetControlInfo
(pCILocal);