2 writes to _hwndSource
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
578_hwndSource = new HwndSource(HWSParam) 865_hwndSource = null;
13 references to _hwndSource
WindowsFormsIntegration (13)
System\Windows\Integration\ElementHost.cs (13)
166get { return _hwndSource; } 437(_hwndSource as IKeyboardInputSink).TabInto(request); 465bool result = (_hwndSource as IKeyboardInputSink).TranslateAccelerator(ref msg2, modifiers); 486if (SWI.AccessKeyManager.IsKeyRegistered(_hwndSource, upperKey)) 493SWI.AccessKeyManager.ProcessKey(_hwndSource, upperKey, false); 521IKeyboardInputSink ikis = _hwndSource as IKeyboardInputSink; 563if (_hwndSource != null) 583(_hwndSource as IKeyboardInputSink).KeyboardInputSite = (HostContainerInternal as IKeyboardInputSite); 630if (_hwndSource != null) 632SafeNativeMethods.SetWindowPos(_hwndSource.Handle, NativeMethods.HWND_TOP, 0, 0, this.Width, this.Height, 0); 842if (_hwndSource != null) 862(_hwndSource as IKeyboardInputSink).KeyboardInputSite = null; 864_hwndSource.Dispose();