8 references to IsTabStopOrGroup
PresentationFramework (8)
System\Windows\Input\KeyboardNavigation.cs (8)
1968
return
IsTabStopOrGroup
(element);
1998
if (
IsTabStopOrGroup
(currElement))
2019
if (
IsTabStopOrGroup
(currElement) && GetTabIndexHelper(currElement) == elementTabPriority)
2042
if (
IsTabStopOrGroup
(currElement))
2129
Debug.Assert(
IsTabStopOrGroup
(nextTabElement), "nextTabElement should be IsTabStop or group");
2169
if (
IsTabStopOrGroup
(currElement))
2191
if (
IsTabStopOrGroup
(currElement) && GetTabIndexHelper(currElement) == elementTabPriority && currElement != container)
2212
if (
IsTabStopOrGroup
(currElement) && currElement != container)