2 references to GetControl
System.Windows.Forms (2)
System\Windows\Forms\Control.ControlNativeWindow.cs (1)
43
_rootRef = GCHandle.Alloc(
GetControl
(), GCHandleType.Normal);
System\Windows\Forms\Control.cs (1)
5171
return nativeWindow is ControlNativeWindow controlNativeWindow ? controlNativeWindow.
GetControl
() : null;