2 references to GetIsTabStop
PresentationFramework (2)
src\Framework\System\Windows\Controls\DataGridHelper.cs (2)
206if (uielement.Focusable && KeyboardNavigation.GetIsTabStop(uielement)) 214if (contentElement != null && contentElement.Focusable && KeyboardNavigation.GetIsTabStop(contentElement))