8 references to IsTabStopOrGroup
PresentationFramework (8)
src\Framework\System\Windows\Input\KeyboardNavigation.cs (8)
2054
return
IsTabStopOrGroup
(element);
2084
if (
IsTabStopOrGroup
(currElement))
2105
if (
IsTabStopOrGroup
(currElement) && GetTabIndexHelper(currElement) == elementTabPriority)
2129
if (
IsTabStopOrGroup
(currElement))
2216
Debug.Assert(
IsTabStopOrGroup
(nextTabElement), "nextTabElement should be IsTabStop or group");
2256
if (
IsTabStopOrGroup
(currElement))
2278
if (
IsTabStopOrGroup
(currElement) && GetTabIndexHelper(currElement) == elementTabPriority && currElement != container)
2299
if (
IsTabStopOrGroup
(currElement) && currElement != container)