11 references to IsTabStop
PresentationFramework (11)
src\Framework\System\Windows\Input\KeyboardNavigation.cs (11)
1562if (ce != null && IsTabStop(ce)) 1619if (ce != null && IsTabStop(ce)) 1733if (ce != null && IsTabStop(ce)) 1799if (ce != null && IsTabStop(ce)) 2042return IsTabStop(element); 2065return IsTabStop(e) || IsGroup(e); 2186if (IsTabStop(container)) 2377if (IsTabStop(container)) 2399if (IsTabStop(container)) 2418if (IsTabStop(nextTabElement) && !IsGroup(nextTabElement)) 2436if (e != container && IsTabStop(container))