2 overrides of BuildWindowCore
PresentationFramework (1)
System\Windows\Interop\ActiveXHost.cs (1)
151protected override HandleRef BuildWindowCore(HandleRef hwndParent)
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
481protected override HandleRef BuildWindowCore(HandleRef hwndParent)
1 reference to BuildWindowCore
PresentationFramework (1)
System\Windows\Interop\HwndHost.cs (1)
1020_hwnd = BuildWindowCore(hwndParent);