1 write to _passthroughView
Microsoft.Maui (1)
WindowOverlay\WindowOverlay.iOS.cs (1)
29 _passthroughView = new PassthroughView(this, platformWindow.RootViewController.View.Frame);
7 references to _passthroughView
Microsoft.Maui (7)
WindowOverlay\WindowOverlay.iOS.cs (7)
30 _passthroughView.AutoresizingMask = UIViewAutoresizing.All; 32 _graphicsView = new OverlayGraphicsView(_passthroughView.Frame, this, new DirectRenderer()); 35 _passthroughView.AddSubview(_graphicsView); 52 platformWindow.RootViewController.View.AddSubview(_passthroughView); 53 platformWindow.RootViewController.View.BringSubviewToFront(_passthroughView); 72 _passthroughView?.RemoveFromSuperview(); 73 _passthroughView?.Dispose();