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