8 references to IsTabStopOrGroup
PresentationFramework (8)
System\Windows\Input\KeyboardNavigation.cs (8)
1956
return
IsTabStopOrGroup
(element);
1986
if (
IsTabStopOrGroup
(currElement))
2007
if (
IsTabStopOrGroup
(currElement) && GetTabIndexHelper(currElement) == elementTabPriority)
2030
if (
IsTabStopOrGroup
(currElement))
2117
Debug.Assert(
IsTabStopOrGroup
(nextTabElement), "nextTabElement should be IsTabStop or group");
2157
if (
IsTabStopOrGroup
(currElement))
2179
if (
IsTabStopOrGroup
(currElement) && GetTabIndexHelper(currElement) == elementTabPriority && currElement != container)
2200
if (
IsTabStopOrGroup
(currElement) && currElement != container)