2 writes to _titleView
Microsoft.Maui (2)
Platform\Tizen\NaviPage.cs (2)
42
_titleView
= null;
45
_titleView
= value;
7 references to _titleView
Microsoft.Maui (7)
Platform\Tizen\NaviPage.cs (7)
35
get =>
_titleView
;
38
if (
_titleView
!= null)
40
_titleView
.Unparent();
41
_titleView
.Dispose();
47
if (
_titleView
!= null)
49
Add(
_titleView
);
50
(
_titleView
.Layout as NLayoutGroup)?.ChangeLayoutSiblingOrder(0);