10 references to SafeNativeMethods
WindowsBase (10)
Base\MS\Internal\AvTrace.cs (1)
262return Debugger.IsAttached || SafeNativeMethods.IsDebuggerPresent();
Base\System\Windows\Threading\Dispatcher.cs (6)
2513SafeNativeMethods.KillTimer(new HandleRef(this, hwnd), TIMERID_BACKGROUND); 2644SafeNativeMethods.KillTimer(new HandleRef(this, _window.Value.Handle), TIMERID_BACKGROUND); 2695SafeNativeMethods.KillTimer(new HandleRef(this, _window.Value.Handle), TIMERID_BACKGROUND); 2731succeeded = SafeNativeMethods.TrySetTimer(new HandleRef(this, _window.Value.Handle), TIMERID_BACKGROUND, DELTA_BACKGROUND); 2981SafeNativeMethods.SetTimer( 3002SafeNativeMethods.KillTimer(
Shared\MS\Win32\ManagedWndProcTracker.cs (1)
202if (SafeNativeMethods.IsWindowUnicode(new HandleRef(null,hwnd)))
Shared\MS\Win32\SafeNativeMethodsCLR.cs (1)
220SafeNativeMethods.GetClientRect(hWnd, ref clientRect);
Shared\MS\Win32\UnsafeNativeMethodsOther.cs (1)
839internal static extern bool PlaySound([In]string soundName, IntPtr hmod, SafeNativeMethods.PlaySoundFlags soundFlags);