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