21 references to HWNDInternal
System.Windows.Forms (21)
System\Windows\Forms\Application.ParkingWindow.cs (2)
73
uint id = PInvoke.GetWindowThreadProcessId(
HWNDInternal
, out _);
79
PInvokeCore.PostMessage(
HWNDInternal
, WM_CHECKDESTROY);
System\Windows\Forms\Control.cs (1)
11297
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)
96
ScaleHelper.IsScalingRequirementMet ?
HWNDInternal
: HWND.Null);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
1645
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)
465
_upDownEdit.ReleaseUiaProvider(_upDownEdit.
HWNDInternal
);
541
vsr.DrawBackground(hdc, bounds, clipLeft,
HWNDInternal
);
542
vsr.DrawBackground(hdc, bounds, clipTop,
HWNDInternal
);
543
vsr.DrawBackground(hdc, bounds, clipRight,
HWNDInternal
);
544
vsr.DrawBackground(hdc, bounds, clipBottom,
HWNDInternal
);
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (2)
281
HWNDInternal
);
301
HWNDInternal
);