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