11 references to IsTabStop
PresentationFramework (11)
System\Windows\Input\KeyboardNavigation.cs (11)
1466if (ce != null && IsTabStop(ce)) 1523if (ce != null && IsTabStop(ce)) 1637if (ce != null && IsTabStop(ce)) 1703if (ce != null && IsTabStop(ce)) 1946return IsTabStop(element); 1969return IsTabStop(e) || IsGroup(e); 2089if (IsTabStop(container)) 2280if (IsTabStop(container)) 2302if (IsTabStop(container)) 2321if (IsTabStop(nextTabElement) && !IsGroup(nextTabElement)) 2339if (e != container && IsTabStop(container))