Skip to content

Commit

Permalink
Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
MartyIX committed Aug 21, 2024
1 parent ae39c27 commit 68155a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Core/src/Handlers/View/ViewHandler.Windows.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#nullable enable
using System;
using System.Collections.Generic;
using System.Runtime.CompilerServices;
using Microsoft.UI.Xaml;
using Microsoft.UI.Xaml.Controls.Primitives;
using Microsoft.UI.Xaml.Input;
Expand All @@ -10,7 +11,7 @@ namespace Microsoft.Maui.Handlers
{
public partial class ViewHandler
{
static Dictionary<PlatformView, ViewHandler>? FocusManagerMapping;
static ConditionalWeakTable<PlatformView, ViewHandler>? FocusManagerMapping;

partial void ConnectingHandler(PlatformView? platformView)
{
Expand Down

0 comments on commit 68155a3

Please sign in to comment.