2 writes to ProcessingTabKeyFromElementHost
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
461_hostContainerInternal.ProcessingTabKeyFromElementHost = (keyData & SWF.Keys.Tab) == SWF.Keys.Tab; 468_hostContainerInternal.ProcessingTabKeyFromElementHost = false;
2 references to ProcessingTabKeyFromElementHost
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
467if (_hostContainerInternal != null && _hostContainerInternal.ProcessingTabKeyFromElementHost) { 1564if(ProcessingTabKeyFromElementHost)