11 references to IsEmpty
System.Windows.Forms (1)
System\Windows\Forms\Controls\TreeView\TreeNode.cs (1)
2015if (_propBag.IsEmpty())
System.Windows.Forms.Tests (10)
System\Windows\Forms\OwnerDrawPropertyBagTests.cs (10)
22Assert.True(bag.IsEmpty()); 34Assert.Equal(value.IsEmpty, bag.IsEmpty()); 39Assert.Equal(value.IsEmpty, bag.IsEmpty()); 51Assert.Equal(value is null, bag.IsEmpty()); 56Assert.Equal(value is null, bag.IsEmpty()); 68Assert.Equal(value.IsEmpty, bag.IsEmpty()); 73Assert.Equal(value.IsEmpty, bag.IsEmpty()); 90Assert.False(bag.IsEmpty()); 103Assert.True(bag.IsEmpty()); 129Assert.False(bag.IsEmpty());