2 writes to _currentEmptyView
Microsoft.Maui.Controls (2)
BindableLayout\BindableLayout.cs (2)
325
_currentEmptyView
= CreateEmptyView(_emptyView, _emptyViewTemplate);
337
_currentEmptyView
= CreateEmptyView(_emptyView, _emptyViewTemplate);
7 references to _currentEmptyView
Microsoft.Maui.Controls (7)
BindableLayout\BindableLayout.cs (7)
371
if (childrenCount == 1 && layoutChildren[0] ==
_currentEmptyView
)
419
if (maybeEmptyView ==
_currentEmptyView
)
442
if (
_currentEmptyView
!= null)
444
layout.Add(
_currentEmptyView
);
515
if (layoutChildren.Count == 1 && layoutChildren[0] ==
_currentEmptyView
)
532
if (layout.Children.Count == 0 &&
_currentEmptyView
!= null)
534
layout.Add(
_currentEmptyView
);