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