6 references to IsGroup
PresentationFramework (6)
System\Windows\Input\KeyboardNavigation.cs (6)
1805
if (e == container || !
IsGroup
(e))
1845
if (
IsGroup
(result))
1862
} while (container != null && !
IsGroup
(container));
1898
if (
IsGroup
(e))
1979
return IsTabStop(e) ||
IsGroup
(e);
2331
if (IsTabStop(nextTabElement) && !
IsGroup
(nextTabElement))