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