2 writes to TapoffView
Microsoft.Maui.Controls (2)
Compatibility\Handlers\Shell\iOS\ShellFlyoutRenderer.cs (2)
339 TapoffView = new UIView(View.Bounds); 507 TapoffView = null;
22 references to TapoffView
Microsoft.Maui.Controls (22)
Compatibility\Handlers\Shell\iOS\ShellFlyoutRenderer.cs (22)
316 if (TapoffView == null) 319 TapoffView.UpdateBackground(_backdropBrush); 325 TapoffView.BackgroundColor = UIColor.Clear; 329 TapoffView.BackgroundColor = Microsoft.Maui.Platform.ColorExtensions.BackgroundColor.ColorWithAlpha(0.5f); 336 if (TapoffView != null) 340 TapoffView.Layer.Opacity = 0; 341 View.InsertSubviewBelow(TapoffView, Flyout.ViewController.View); 349 TapoffView.AddGestureRecognizer(recognizer); 381 if (TapoffView == null) 386 TapoffView.Layer.RemoveAllAnimations(); 391 TapoffView.Layer.Opacity = (float)openProgress; 439 if (animate && TapoffView != null) 444 tapOffViewAnimation.SetFrom(NSNumber.FromFloat(TapoffView.Layer.Opacity)); 453 if (TapoffView != null) 455 TapoffView.Layer.AddAnimation(tapOffViewAnimation, "opacity"); 463 if (TapoffView != null) 465 TapoffView.Layer.Opacity = IsOpen ? 1 : 0; 466 TapoffView.Layer.RemoveAllAnimations(); 484 if (TapoffView != null) 486 TapoffView.Layer.Opacity = IsOpen ? 1 : 0; 503 if (TapoffView == null) 506 TapoffView.RemoveFromSuperview();