Base:
property
IsEmpty
System.Windows.Data.CollectionView.IsEmpty
6 references to IsEmpty
PresentationFramework (6)
src\Framework\System\Windows\Controls\ComboBox.cs (1)
1530
if (!Items.
IsEmpty
)
src\Framework\System\Windows\Controls\ItemCollection.cs (2)
411
if (
IsEmpty
)
434
if (
IsEmpty
)
src\Framework\System\Windows\Controls\ItemsControl.cs (1)
305
SetValue(HasItemsPropertyKey, (_items != null) && !_items.
IsEmpty
);
src\Framework\System\Windows\Controls\Primitives\Selector.cs (2)
1227
if (Items.
IsEmpty
)
2003
if (!Items.
IsEmpty
)