2 writes to View
Microsoft.Maui.Controls (2)
Compatibility\Handlers\Shell\iOS\UIContainerCell.cs (2)
20
View
= view;
81
View
= null;
23 references to View
Microsoft.Maui.Controls (23)
Compatibility\Handlers\Shell\iOS\ShellSearchResultsRenderer.cs (1)
134
cell.
View
.BindingContext = context;
Compatibility\Handlers\Shell\iOS\ShellTableViewSource.cs (9)
113
if (!view.
View
.IsVisible)
119
if (view.
View
.HeightRequest >= 0)
121
height = (float)view.
View
.HeightRequest;
122
(view.
View
as IView).Measure(tableView.Bounds.Width, view.
View
.HeightRequest);
123
(view.
View
.Handler as IPlatformViewHandler)
124
.PlatformView.Frame = new CoreGraphics.CGRect(0, 0, tableView.Bounds.Width, view.
View
.HeightRequest);
129
var request = (view.
View
as IView).Measure(tableView.Bounds.Width, double.PositiveInfinity);
171
var view = _cells[context].
View
;
Compatibility\Handlers\Shell\iOS\UIContainerCell.cs (13)
21
View
.MeasureInvalidated += MeasureInvalidated;
41
bsi.AddLogicalChild(
View
);
43
shell.AddLogicalChild(
View
);
52
if (
View
== null || TableView == null)
66
View
.MeasureInvalidated -= MeasureInvalidated;
70
if (
View
.Parent is BaseShellItem bsi)
71
bsi.RemoveLogicalChild(
View
);
73
shell.RemoveLogicalChild(
View
);
78
View
.Handler = null;
99
View
.BindingContext = value;
112
if (
View
is IView view)
124
VisualStateManager.GoToState(
View
, "Selected");
126
VisualStateManager.GoToState(
View
, "Normal");