1 override of Expanded
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
285public override bool Expanded
1 write to Expanded
System.Windows.Forms.Tests (1)
System\Windows\Forms\GridItemTests.cs (1)
32Assert.Throws<NotSupportedException>(() => item.Expanded = value);
1 reference to Expanded
System.Windows.Forms.Tests (1)
System\Windows\Forms\GridItemTests.cs (1)
24Assert.False(item.Expanded);