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