10 references to SafeNativeMethods
Microsoft.VisualBasic.Forms (10)
Microsoft\VisualBasic\Interaction.vb (10)
24If Not SafeNativeMethods.IsWindowEnabled(hwndApp) OrElse Not SafeNativeMethods.IsWindowVisible(hwndApp) Then 29If Not SafeNativeMethods.IsWindowEnabled(hwndOwned) OrElse Not SafeNativeMethods.IsWindowVisible(hwndOwned) Then 57NativeMethods.AttachThreadInput(0, SafeNativeMethods.GetWindowThreadProcessId(hwndApp, dwDummy), 1) 63NativeMethods.AttachThreadInput(0, SafeNativeMethods.GetWindowThreadProcessId(hwndApp, dwDummy), 0) 111SafeNativeMethods.GetWindowThreadProcessId(windowHandle, processIdOwningWindow) 112If (processIdOwningWindow = ProcessId) AndAlso SafeNativeMethods.IsWindowEnabled(windowHandle) AndAlso SafeNativeMethods.IsWindowVisible(windowHandle) Then 125SafeNativeMethods.GetWindowThreadProcessId(windowHandle, processIdOwningWindow)