System\Windows\Input\KeyboardNavigation.cs (23)
86= DependencyProperty.RegisterAttached("TabOnceActiveElement", typeof(WeakReference), typeof(KeyboardNavigation));
109= DependencyProperty.RegisterAttached("ControlTabOnceActiveElement", typeof(WeakReference), typeof(KeyboardNavigation));
168typeof(KeyboardNavigation),
181typeof(KeyboardNavigation),
193typeof(KeyboardNavigation),
208typeof(KeyboardNavigation),
223typeof(KeyboardNavigation),
238typeof(KeyboardNavigation),
249typeof(KeyboardNavigation),
273typeof(KeyboardNavigation),
321/// <seealso cref="KeyboardNavigation.TabIndexProperty" />
333/// <seealso cref="KeyboardNavigation.TabIndexProperty" />
346/// <seealso cref="KeyboardNavigation.IsTabStopProperty" />
358/// <seealso cref="KeyboardNavigation.IsTabStopProperty" />
371/// <seealso cref="KeyboardNavigation.TabNavigationProperty" />
383/// <seealso cref="KeyboardNavigation.TabNavigationProperty" />
397/// <seealso cref="KeyboardNavigation.ControlTabNavigationProperty" />
409/// <seealso cref="KeyboardNavigation.ControlTabNavigationProperty" />
423/// <seealso cref="KeyboardNavigation.DirectionalNavigationProperty" />
435/// <seealso cref="KeyboardNavigation.DirectionalNavigationProperty" />
449/// <seealso cref="KeyboardNavigation.AcceptsReturnProperty" />
461/// <seealso cref="KeyboardNavigation.AcceptsReturnProperty" />
1150internal static KeyboardNavigation Current