2 writes to ProcessingTabKeyFromElementHost
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
460_hostContainerInternal?.ProcessingTabKeyFromElementHost = (keyData & SWF.Keys.Tab) == SWF.Keys.Tab; 466_hostContainerInternal.ProcessingTabKeyFromElementHost = false;
2 references to ProcessingTabKeyFromElementHost
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
465if (_hostContainerInternal != null && _hostContainerInternal.ProcessingTabKeyFromElementHost) { 1562if(ProcessingTabKeyFromElementHost)