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