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