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