6 references to GetParent
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (2)
2291
parentHandle = PInvoke.
GetParent
(parentHandle);
11148
parentHandle = PInvoke.
GetParent
(parentHandle);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
2562
for (HWND hwnd = PInvokeCore.GetForegroundWindow(); !hwnd.IsNull; hwnd = PInvoke.
GetParent
(hwnd))
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.cs (1)
499
_dialogHWnd = PInvoke.
GetParent
((HWND)hWnd);
System.Windows.Forms.Primitives (2)
Windows\Win32\PInvoke.GetParent.cs (2)
8
/// <inheritdoc cref="
GetParent
(HWND)"/>
11
HWND result =
GetParent
(hwnd.Handle);