11 references to Value
WindowsBase (11)
Base\System\Windows\Threading\Dispatcher.cs (2)
2026if(_shutdownExecutionContext != null && _shutdownExecutionContext.Value != null) 2030CulturePreservingExecutionContext.Run(_shutdownExecutionContext.Value, new ContextCallback(ShutdownImplInSecurityContext), null);
Shared\MS\Win32\HwndWrapper.cs (9)
167if(_handle == null || _handle.Value == IntPtr.Zero) 239else if (_handle != null && _handle.Value != IntPtr.Zero) 278return handle.Value; 301_hooks.Value.Insert(0, hook); 314_hooks.Value.Add(hook); 326_hooks.Value.Remove(hook); 343foreach(HwndWrapperHook hook in _hooks.Value) 416Invariant.Assert(handle != null && handle.Value != IntPtr.Zero, 419UnsafeNativeMethods.DestroyWindow(new HandleRef(null, handle.Value));