1 write to _view
Microsoft.Maui (1)
Platform\Tizen\ContainerView.cs (1)
32
_view
= view;
5 references to _view
Microsoft.Maui (5)
Platform\Tizen\ContainerView.cs (5)
21
get =>
_view
;
29
if (view ==
_view
&& !forceRefresh)
34
if (
_view
is IHotReloadableView ihr)
43
if (
_view
!= null)
46
var nativeView =
_view
.ToPlatform(_context);