Base:
property
IsEmpty
System.Windows.Data.CollectionView.IsEmpty
6 references to IsEmpty
PresentationFramework (6)
System\Windows\Controls\ComboBox.cs (1)
1528
if (!Items.
IsEmpty
)
System\Windows\Controls\ItemCollection.cs (2)
400
if (
IsEmpty
)
423
if (
IsEmpty
)
System\Windows\Controls\ItemsControl.cs (1)
303
SetValue(HasItemsPropertyKey, (_items != null) && !_items.
IsEmpty
);
System\Windows\Controls\Primitives\Selector.cs (2)
1209
if (Items.
IsEmpty
)
1958
if (!Items.
IsEmpty
)