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)
20Assert.True(bag.IsEmpty()); 32Assert.Equal(value.IsEmpty, bag.IsEmpty()); 37Assert.Equal(value.IsEmpty, bag.IsEmpty()); 49Assert.Equal(value is null, bag.IsEmpty()); 54Assert.Equal(value is null, bag.IsEmpty()); 66Assert.Equal(value.IsEmpty, bag.IsEmpty()); 71Assert.Equal(value.IsEmpty, bag.IsEmpty()); 88Assert.False(bag.IsEmpty()); 101Assert.True(bag.IsEmpty()); 127Assert.False(bag.IsEmpty());