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