8 references to IsTabStopOrGroup
PresentationFramework (8)
System\Windows\Input\KeyboardNavigation.cs (8)
1958return IsTabStopOrGroup(element); 1988if (IsTabStopOrGroup(currElement)) 2009if (IsTabStopOrGroup(currElement) && GetTabIndexHelper(currElement) == elementTabPriority) 2032if (IsTabStopOrGroup(currElement)) 2119Debug.Assert(IsTabStopOrGroup(nextTabElement), "nextTabElement should be IsTabStop or group"); 2159if (IsTabStopOrGroup(currElement)) 2181if (IsTabStopOrGroup(currElement) && GetTabIndexHelper(currElement) == elementTabPriority && currElement != container) 2202if (IsTabStopOrGroup(currElement) && currElement != container)