1 reference to _CreateWindowEx
PresentationFramework (1)
System\Windows\Standard\NativeMethods.cs (1)
2483
IntPtr ret =
_CreateWindowEx
(dwExStyle, lpClassName, lpWindowName, dwStyle, x, y, nWidth, nHeight, hWndParent, hMenu, hInstance, lpParam);