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