24 references to InternalHandle
System.Windows.Forms (24)
System\Windows\Forms\Accessibility\Control.ControlAccessibleObject.cs (1)
525=> UIAHelper.WindowHandleToVariant(Owner?.InternalHandle ?? HWND.Null),
System\Windows\Forms\Control.ControlCollection.cs (1)
108value.SetParentHandle(Owner.InternalHandle);
System\Windows\Forms\Control.cs (7)
1331cp.Parent = _parent is null ? IntPtr.Zero : _parent.InternalHandle; 1792=> IsHandleCreated && PInvoke.GetFocus() == InternalHandle; 4669PInvoke.DefMDIChildProc(InternalHandle, PInvokeCore.WM_CLOSE, default, default); 7862PInvokeCore.GetClientRect(new HandleRef<HWND>(_window, InternalHandle), out RECT rect); 10816HWND hWnd = control.InternalHandle; 11841if ((HWND)m.WParamInternal == InternalHandle && m.LParamInternal.LOWORD == PInvoke.HTCLIENT) 12112&& PInvoke.GetParent(this) == _parent.InternalHandle
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildDropDownButtonUiaProvider.cs (2)
31UseStdAccessibleObjects(owner.InternalHandle); 105(int)_owner.InternalHandle,
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildListUiaProvider.cs (1)
191(int)_owningComboBox.InternalHandle,
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildTextUiaProvider.cs (1)
114(int)_owner.InternalHandle,
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxItemAccessibleObject.cs (1)
151(int)_owningComboBox.InternalHandle,
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
1750if ((HWND)m.WParamInternal == InternalHandle && m.LParamInternal.LOWORD == PInvoke.HTCLIENT)
System\Windows\Forms\Controls\Labels\LinkLabel.Link.LinkAccessibleObject.cs (1)
135(int)_owningLinkLabel.InternalHandle,
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.MonthCalendarChildAccessibleObject.cs (1)
63: [RuntimeIDFirstItem, (int)owner.InternalHandle, GetChildId()];
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.GridEntryAccessibleObject.cs (1)
210? (int)(owner?.OwnerGridView?.InternalHandle ?? HWND.Null)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewListBoxItemAccessibleObject.cs (1)
48(int)_owningGridViewListBox.InternalHandle,
System\Windows\Forms\Controls\TabControl\TabPage.TabAccessibleObject.cs (1)
72: (int)OwningTabControl.InternalHandle,
System\Windows\Forms\Controls\TrackBar\TrackBar.TrackBarChildAccessibleObject.cs (1)
61(int)(this.TryGetOwnerAs(out TrackBar? owner) ? owner.InternalHandle : HWND.Null),
System\Windows\Forms\Controls\TreeView\TreeNode.TreeNodeAccessibleObject.cs (1)
152(int)_owningTreeView.InternalHandle,
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
2270if ((HWND)m.WParamInternal == InternalHandle && m.LParamInternal.LOWORD == PInvoke.HTCLIENT)
System\Windows\Forms\Scrolling\ScrollBar.ScrollBarChildAccessibleObject.cs (1)
68(int)OwningScrollBar.InternalHandle,