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