2 writes to _hwndSource
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
575_hwndSource = new HwndSource(HWSParam) 862_hwndSource = null;
13 references to _hwndSource
WindowsFormsIntegration (13)
System\Windows\Integration\ElementHost.cs (13)
165get { return _hwndSource; } 436(_hwndSource as IKeyboardInputSink).TabInto(request); 462bool result = (_hwndSource as IKeyboardInputSink).TranslateAccelerator(ref msg2, modifiers); 483if (SWI.AccessKeyManager.IsKeyRegistered(_hwndSource, upperKey)) 490SWI.AccessKeyManager.ProcessKey(_hwndSource, upperKey, false); 518IKeyboardInputSink ikis = _hwndSource as IKeyboardInputSink; 560if (_hwndSource != null) 580(_hwndSource as IKeyboardInputSink).KeyboardInputSite = (HostContainerInternal as IKeyboardInputSite); 627if (_hwndSource != null) 629SafeNativeMethods.SetWindowPos(_hwndSource.Handle, NativeMethods.HWND_TOP, 0, 0, this.Width, this.Height, 0); 839if (_hwndSource != null) 859(_hwndSource as IKeyboardInputSink).KeyboardInputSite = null; 861_hwndSource.Dispose();