2 writes to ProcessingTabKeyFromElementHost
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
469_hostContainerInternal.ProcessingTabKeyFromElementHost = (keyData & SWF.Keys.Tab) == SWF.Keys.Tab; 476_hostContainerInternal.ProcessingTabKeyFromElementHost = false;
2 references to ProcessingTabKeyFromElementHost
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
475if (_hostContainerInternal != null && _hostContainerInternal.ProcessingTabKeyFromElementHost) { 1574if(ProcessingTabKeyFromElementHost)