1 write to _dummyNativeWindow
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
483
_dummyNativeWindow
= new DummyNativeWindow(this);
3 references to _dummyNativeWindow
WindowsFormsIntegration (3)
System\Windows\Integration\WindowsFormsHost.cs (3)
482
_dummyNativeWindow
?.Dispose();
484
_dummyNativeWindow
.AssignHandle(hwndParent.Handle);
531
_dummyNativeWindow
?.Dispose();