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