Base:
property
IsEmpty
System.Windows.Data.CollectionView.IsEmpty
6 references to IsEmpty
PresentationFramework (6)
System\Windows\Controls\ComboBox.cs (1)
1518
if (!Items.
IsEmpty
)
System\Windows\Controls\ItemCollection.cs (2)
391
if (
IsEmpty
)
414
if (
IsEmpty
)
System\Windows\Controls\ItemsControl.cs (1)
294
SetValue(HasItemsPropertyKey, (_items != null) && !_items.
IsEmpty
);
System\Windows\Controls\Primitives\Selector.cs (2)
1200
if (Items.
IsEmpty
)
1949
if (!Items.
IsEmpty
)