Skip to content

Commit 3158f3d

Browse files
Merge pull request #2489 from leibowitz/patch-1
Update focusmanager_getfocusedelement_1183614552.md
2 parents 32de55b + 674a773 commit 3158f3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

windows.ui.xaml.input/focusmanager_getfocusedelement_1183614552.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The object that has focus. Typically, this is a [Control](../windows.ui.xaml.con
2626
> For WinUI 3 apps, this method always returns `null` as it relies on CoreWindow APIs not supported by WinUI 3.
2727
>
2828
> Instead, use the [FocusManager.GetFocusedElement(XamlRoot)](./windows.ui.xaml.input.focusmanager.getfocusedelement#windows-ui-xaml-input-focusmanager-getfocusedelement(windows-ui-xaml-xamlroot))
29-
> overload, where `XamlRoot` can be retrieved any loaded UIElement through the [XamlRoot](/uwp/api/windows.ui.xaml.uielement.xamlroot) property.
29+
> overload, where `XamlRoot` can be retrieved from any loaded UIElement through the [XamlRoot](/uwp/api/windows.ui.xaml.uielement.xamlroot) property.
3030
3131
## -examples
3232

0 commit comments

Comments
 (0)