2 writes to _currentEmptyView
Microsoft.Maui.Controls (2)
BindableLayout\BindableLayout.cs (2)
326
_currentEmptyView
= CreateEmptyView(_emptyView, _emptyViewTemplate);
338
_currentEmptyView
= CreateEmptyView(_emptyView, _emptyViewTemplate);
9 references to _currentEmptyView
Microsoft.Maui.Controls (9)
BindableLayout\BindableLayout.cs (9)
372
if (childrenCount == 1 && layoutChildren[0] ==
_currentEmptyView
)
375
_currentEmptyView
.DisconnectHandlers();
425
if (maybeEmptyView ==
_currentEmptyView
)
447
if (
_currentEmptyView
!= null)
449
layout.Add(
_currentEmptyView
);
525
if (layoutChildren.Count == 1 && layoutChildren[0] ==
_currentEmptyView
)
528
_currentEmptyView
.DisconnectHandlers();
545
if (layout.Children.Count == 0 &&
_currentEmptyView
!= null)
547
layout.Add(
_currentEmptyView
);