2 references to FocusedElementProperty
PresentationCore (2)
System\Windows\Input\FocusManager.cs (2)
143
DependencyObject focusedElement = (DependencyObject) element.GetValue(
FocusedElementProperty
);
173
element.SetValue(
FocusedElementProperty
, value);