11 references to IsTabStop
PresentationFramework (11)
System\Windows\Input\KeyboardNavigation.cs (11)
1476if (ce != null && IsTabStop(ce)) 1533if (ce != null && IsTabStop(ce)) 1647if (ce != null && IsTabStop(ce)) 1713if (ce != null && IsTabStop(ce)) 1956return IsTabStop(element); 1979return IsTabStop(e) || IsGroup(e); 2099if (IsTabStop(container)) 2290if (IsTabStop(container)) 2312if (IsTabStop(container)) 2331if (IsTabStop(nextTabElement) && !IsGroup(nextTabElement)) 2349if (e != container && IsTabStop(container))