3 references to TabOnceActiveElementProperty
PresentationFramework (3)
src\Framework\System\Windows\Input\KeyboardNavigation.cs (3)
108WeakReference weakRef = (WeakReference)d.GetValue(TabOnceActiveElementProperty); 116d.SetValue(TabOnceActiveElementProperty, null); 123d.SetValue(TabOnceActiveElementProperty, new WeakReference(value));