Base:
property
IsEmpty
System.Windows.Data.CollectionView.IsEmpty
6 references to IsEmpty
PresentationFramework (6)
System\Windows\Controls\ComboBox.cs (1)
1515if (!Items.IsEmpty)
System\Windows\Controls\ItemCollection.cs (2)
387if (IsEmpty) 410if (IsEmpty)
System\Windows\Controls\ItemsControl.cs (1)
293SetValue(HasItemsPropertyKey, (_items != null) && !_items.IsEmpty);
System\Windows\Controls\Primitives\Selector.cs (2)
1196if (Items.IsEmpty) 1946if (!Items.IsEmpty)