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