3 references to IsChild
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.RestoreFocusMessageFilter.cs (1)
40if (rootHwnd == m.HWND || PInvoke.IsChild(rootHwnd, m.HWND))
System.Windows.Forms.Primitives (2)
Windows\Win32\PInvoke.IsChild.cs (2)
8/// <inheritdoc cref="IsChild(HWND, HWND)"/> 13BOOL result = IsChild(hWndParent.Handle, hWnd.Handle);