1 write to _hwndWrapper
PresentationCore (1)
Core\CSharp\System\Windows\Interop\HwndSource.cs (1)
309_hwndWrapper = new HwndWrapper(parameters.WindowClassStyle,
24 references to _hwndWrapper
PresentationCore (24)
Core\CSharp\System\Windows\Interop\HwndSource.cs (24)
320_hwndTarget = new HwndTarget(_hwndWrapper.Handle); 327UnsafeNativeMethods.CriticalSetWindowTheme(new HandleRef(this, _hwndWrapper.Handle), "", ""); 349_hwndWrapper.Disposed += new EventHandler(OnHwndDisposed); 386if (_hwndWrapper.Handle != IntPtr.Zero && 391DragDrop.RegisterDropTarget(_hwndWrapper.Handle); 431_hwndWrapper.AddHook(_publicHook); 459_hwndWrapper.RemoveHook(_publicHook); 977UnsafeNativeMethods.SetWindowPos(new HandleRef(this,_hwndWrapper.Handle), new HandleRef(null,IntPtr.Zero), 1055int style = NativeMethods.IntPtrToInt32((IntPtr)SafeNativeMethods.GetWindowStyle(new HandleRef(this, _hwndWrapper.Handle), false)); 1056int styleEx = NativeMethods.IntPtrToInt32((IntPtr)SafeNativeMethods.GetWindowStyle(new HandleRef(this, _hwndWrapper.Handle), true)); 1108if (null != _hwndWrapper) 1109return _hwndWrapper.Handle; 1120get { return _hwndWrapper; } 1148return _hwndWrapper.Handle == IntPtr.Zero ; 1266ctxHashCode = _hwndWrapper.Handle.ToInt64(); 1298ctxHashCode = _hwndWrapper.Handle.ToInt64(); 1372SafeNativeMethods.GetClientRect(new HandleRef(this,_hwndWrapper.Handle), ref rc); 1594SafeNativeMethods.GetWindowRect(new HandleRef(this, _hwndWrapper.Handle), ref windowRect); 1704ctxHashCode = _hwndWrapper.Handle.ToInt64(); 2943if (_hwndWrapper != null) 2946if (_hwndWrapper.Handle != IntPtr.Zero && _registeredDropTargetCount > 0) 2950DragDrop.RevokeDropTarget(_hwndWrapper.Handle); 2955_hwndWrapper.Disposed -= new EventHandler(OnHwndDisposed); 2959_hwndWrapper.Dispose();