System\Windows\Input\KeyboardNavigation.cs (23)
87= DependencyProperty.RegisterAttached("TabOnceActiveElement", typeof(WeakReference), typeof(KeyboardNavigation));
110= DependencyProperty.RegisterAttached("ControlTabOnceActiveElement", typeof(WeakReference), typeof(KeyboardNavigation));
169typeof(KeyboardNavigation),
182typeof(KeyboardNavigation),
194typeof(KeyboardNavigation),
209typeof(KeyboardNavigation),
224typeof(KeyboardNavigation),
239typeof(KeyboardNavigation),
250typeof(KeyboardNavigation),
274typeof(KeyboardNavigation),
322/// <seealso cref="KeyboardNavigation.TabIndexProperty" />
334/// <seealso cref="KeyboardNavigation.TabIndexProperty" />
347/// <seealso cref="KeyboardNavigation.IsTabStopProperty" />
359/// <seealso cref="KeyboardNavigation.IsTabStopProperty" />
372/// <seealso cref="KeyboardNavigation.TabNavigationProperty" />
384/// <seealso cref="KeyboardNavigation.TabNavigationProperty" />
398/// <seealso cref="KeyboardNavigation.ControlTabNavigationProperty" />
410/// <seealso cref="KeyboardNavigation.ControlTabNavigationProperty" />
424/// <seealso cref="KeyboardNavigation.DirectionalNavigationProperty" />
436/// <seealso cref="KeyboardNavigation.DirectionalNavigationProperty" />
450/// <seealso cref="KeyboardNavigation.AcceptsReturnProperty" />
462/// <seealso cref="KeyboardNavigation.AcceptsReturnProperty" />
1152internal static KeyboardNavigation Current