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