11 references to IsTabStop
PresentationFramework (11)
System\Windows\Input\KeyboardNavigation.cs (11)
1464if (ce != null && IsTabStop(ce)) 1521if (ce != null && IsTabStop(ce)) 1635if (ce != null && IsTabStop(ce)) 1701if (ce != null && IsTabStop(ce)) 1944return IsTabStop(element); 1967return IsTabStop(e) || IsGroup(e); 2087if (IsTabStop(container)) 2278if (IsTabStop(container)) 2300if (IsTabStop(container)) 2319if (IsTabStop(nextTabElement) && !IsGroup(nextTabElement)) 2337if (e != container && IsTabStop(container))