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)
5130return nativeWindow is ControlNativeWindow controlNativeWindow ? controlNativeWindow.GetControl() : null;