2 writes to _hwndSource
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
583
_hwndSource
= new HwndSource(HWSParam);
871
_hwndSource
= null;
14 references to _hwndSource
WindowsFormsIntegration (14)
System\Windows\Integration\ElementHost.cs (14)
169
get { return
_hwndSource
; }
441
(
_hwndSource
as IKeyboardInputSink).TabInto(request);
472
bool result = (
_hwndSource
as IKeyboardInputSink).TranslateAccelerator(ref msg2, modifiers);
493
if (SWI.AccessKeyManager.IsKeyRegistered(
_hwndSource
, upperKey))
500
SWI.AccessKeyManager.ProcessKey(
_hwndSource
, upperKey, false);
528
IKeyboardInputSink ikis =
_hwndSource
as IKeyboardInputSink;
570
if (
_hwndSource
!= null)
584
_hwndSource
.RootVisual = _decorator;
586
(
_hwndSource
as IKeyboardInputSink).KeyboardInputSite = (HostContainerInternal as IKeyboardInputSite);
633
if (
_hwndSource
!= null)
635
SafeNativeMethods.SetWindowPos(
_hwndSource
.Handle, NativeMethods.HWND_TOP, 0, 0, this.Width, this.Height, 0);
845
if (
_hwndSource
!= null)
868
(
_hwndSource
as IKeyboardInputSink).KeyboardInputSite = null;
870
_hwndSource
.Dispose();