2 instantiations of DestroyWindowArgs
WindowsBase (2)
Shared\MS\Win32\HwndWrapper.cs (2)
249
DestroyWindow(new
DestroyWindowArgs
(_handle, _classAtom));
257
new
DestroyWindowArgs
(_handle, _classAtom));
2 references to DestroyWindowArgs
WindowsBase (2)
Shared\MS\Win32\HwndWrapper.cs (2)
413
SecurityCriticalDataClass<IntPtr> handle = ((
DestroyWindowArgs
)args).Handle;
414
ushort classAtom = ((
DestroyWindowArgs
)args).ClassAtom;