diff --git a/src/Avalonia.Controls/TopLevel.cs b/src/Avalonia.Controls/TopLevel.cs index 54ee31e897..5b0d94a6ee 100644 --- a/src/Avalonia.Controls/TopLevel.cs +++ b/src/Avalonia.Controls/TopLevel.cs @@ -375,7 +375,7 @@ namespace Avalonia.Controls /// Gets the platform-specific window implementation. /// public ITopLevelImpl? PlatformImpl { get; private set; } - + /// /// Trys to get the platform handle for the TopLevel-derived control. /// @@ -383,7 +383,7 @@ namespace Avalonia.Controls /// An describing the window handle, or null if the handle /// could not be retrieved. /// - public IPlatformHandle? TryGetPlatformHandle() => ((IWindowBaseImpl?) PlatformImpl)?.Handle; + public IPlatformHandle? TryGetPlatformHandle() => ((IWindowBaseImpl?) PlatformImpl)?.Handle; /// /// Gets the renderer for the window.