15 references to View
Microsoft.Maui.Controls (15)
Compatibility\Handlers\Shell\iOS\ShellFlyoutContentRenderer.cs (1)
88 if (header == _headerView?.View)
Compatibility\Handlers\Shell\iOS\ShellFlyoutHeaderContainer.cs (3)
19 if (View.IsSet(View.MarginProperty)) 20 return View.Margin; 22 if (View is ISafeAreaView sav && sav.IgnoreSafeArea)
Compatibility\Handlers\Shell\iOS\ShellFlyoutLayoutManager.cs (9)
284 if (ShouldHonorSafeArea(HeaderView.View)) 313 if (ShouldHonorSafeArea(HeaderView?.View) || 331 contentYOffset += HeaderView.View.Margin.VerticalThickness; 404 ArrangedHeaderViewHeightWithMargin = Math.Max(HeaderMinimumHeight, -contentOffsetY.Value) + HeaderView.View.Margin.VerticalThickness; 435 if (!double.IsNaN(MeasuredHeaderViewHeightWithMargin) && HeaderView?.View.IsSet(View.MarginProperty) == true) 437 return MeasuredHeaderViewHeightWithMargin - HeaderView.View.Margin.VerticalThickness; 449 HeaderView.View.MinimumHeightRequest == -1 || 450 HeaderView.View.MinimumHeightRequest == Dimension.Unset) 458 return HeaderView.View.MinimumHeightRequest;
Compatibility\Handlers\Shell\iOS\ShellPageRendererTracker.cs (1)
245 tvc.View == titleView)
Compatibility\Handlers\Shell\iOS\UIContainerView.cs (1)
41 if (View == null || _platformView == null || _renderer == null)