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