2 writes to TapoffView
Microsoft.Maui.Controls (2)
Compatibility\Handlers\Shell\iOS\ShellFlyoutRenderer.cs (2)
336 TapoffView = new UIView(View.Bounds); 504 TapoffView = null;
22 references to TapoffView
Microsoft.Maui.Controls (22)
Compatibility\Handlers\Shell\iOS\ShellFlyoutRenderer.cs (22)
313 if (TapoffView == null) 316 TapoffView.UpdateBackground(_backdropBrush); 322 TapoffView.BackgroundColor = UIColor.Clear; 326 TapoffView.BackgroundColor = Microsoft.Maui.Platform.ColorExtensions.BackgroundColor.ColorWithAlpha(0.5f); 333 if (TapoffView != null) 337 TapoffView.Layer.Opacity = 0; 338 View.InsertSubviewBelow(TapoffView, Flyout.ViewController.View); 346 TapoffView.AddGestureRecognizer(recognizer); 378 if (TapoffView == null) 383 TapoffView.Layer.RemoveAllAnimations(); 388 TapoffView.Layer.Opacity = (float)openProgress; 436 if (animate && TapoffView != null) 441 tapOffViewAnimation.SetFrom(NSNumber.FromFloat(TapoffView.Layer.Opacity)); 450 if (TapoffView != null) 452 TapoffView.Layer.AddAnimation(tapOffViewAnimation, "opacity"); 460 if (TapoffView != null) 462 TapoffView.Layer.Opacity = IsOpen ? 1 : 0; 463 TapoffView.Layer.RemoveAllAnimations(); 481 if (TapoffView != null) 483 TapoffView.Layer.Opacity = IsOpen ? 1 : 0; 500 if (TapoffView == null) 503 TapoffView.RemoveFromSuperview();