2 writes to View
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\UIContainerCell.cs (2)
20
View
= view;
74
View
= null;
10 references to View
Microsoft.Maui.Controls.Compatibility (10)
iOS\Renderers\UIContainerCell.cs (10)
21
View
.MeasureInvalidated += MeasureInvalidated;
38
shell.AddLogicalChild(
View
);
48
if (
View
== null || TableView == null)
62
View
.MeasureInvalidated -= MeasureInvalidated;
69
Platform.SetRenderer(
View
, null);
92
View
.BindingContext = value;
105
if (
View
!= null)
106
View
.Layout(Bounds.ToRectangle());
114
VisualStateManager.GoToState(
View
, "Selected");
116
VisualStateManager.GoToState(
View
, "Normal");