1 write to _platformWindow
Microsoft.Maui (1)
Embedding\EmbeddedWindowProvider.cs (1)
28 _platformWindow = platformWindow is null ? null : new WeakReference<PlatformWindow>(platformWindow);
1 reference to _platformWindow
Microsoft.Maui (1)
Embedding\EmbeddedWindowProvider.cs (1)
32 public PlatformWindow? PlatformWindow => _platformWindow?.GetTargetOrDefault();