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