3 references to IsWindowUnicode
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Application.cs (2)
2110if (msg.hwnd != IntPtr.Zero && SafeNativeMethods.IsWindowUnicode(new HandleRef(null, msg.hwnd))) { 3535if (msg.hwnd != IntPtr.Zero && SafeNativeMethods.IsWindowUnicode(new HandleRef(null, msg.hwnd))) {
winforms\Managed\System\WinForms\Control.cs (1)
18534if (SafeNativeMethods.IsWindowUnicode(new HandleRef(null, lpmsg.hwnd))) {