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