3 references to ControlTabOnceActiveElementProperty
PresentationFramework (3)
System\Windows\Input\KeyboardNavigation.cs (3)
124
WeakReference weakRef = (WeakReference)d.GetValue(
ControlTabOnceActiveElementProperty
);
132
d.SetValue(
ControlTabOnceActiveElementProperty
, null);
139
d.SetValue(
ControlTabOnceActiveElementProperty
, new WeakReference(value));