21 references to HWNDInternal
System.Windows.Forms (21)
System\Windows\Forms\Application.ParkingWindow.cs (2)
73uint id = PInvoke.GetWindowThreadProcessId(HWNDInternal, out _); 79PInvokeCore.PostMessage(HWNDInternal, WM_CHECKDESTROY);
System\Windows\Forms\Control.cs (1)
11297ReleaseUiaProvider(HWNDInternal);
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonStandardAdapter.cs (1)
61ScaleHelper.IsScalingRequirementMet ? Control.HWNDInternal : HWND.Null);
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxBaseAdapter.cs (2)
270Control.HWNDInternal); 285Control.HWNDInternal);
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxStandardAdapter.cs (1)
127Control.HWNDInternal).Width;
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonBaseAdapter.cs (1)
211Control.HWNDInternal);
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonStandardAdapter.cs (1)
70b.HWNDInternal).Width;
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (2)
528_idealCheckSize = CheckBoxRenderer.GetGlyphSize(e, cbState, HWNDInternal).Width; 561CheckBoxRenderer.DrawCheckBoxWithVisualStyles(e, new Point(box.X, box.Y), cbState, HWNDInternal);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\DropDownButton.cs (1)
96ScaleHelper.IsScalingRequirementMet ? HWNDInternal : HWND.Null);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
1645PaintOutlineWithExplorerTreeStyle(g, r, OwnerGridView.HWNDInternal);
System\Windows\Forms\Controls\TabControl\TabControl.TabPageCollection.cs (1)
322value.ReleaseUiaProvider(value.HWNDInternal);
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (5)
465_upDownEdit.ReleaseUiaProvider(_upDownEdit.HWNDInternal); 541vsr.DrawBackground(hdc, bounds, clipLeft, HWNDInternal); 542vsr.DrawBackground(hdc, bounds, clipTop, HWNDInternal); 543vsr.DrawBackground(hdc, bounds, clipRight, HWNDInternal); 544vsr.DrawBackground(hdc, bounds, clipBottom, HWNDInternal);
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (2)
281HWNDInternal); 301HWNDInternal);