Base:
property
Expandable
System.Windows.Forms.GridItem.Expandable
2 overrides of Expandable
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\CategoryGridEntry.cs (1)
132
public override bool
Expandable
{
winforms\Managed\System\WinForms\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
60
public override bool
Expandable
{
25 references to Expandable
System.Windows.Forms (25)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (14)
442
if (!this.
Expandable
|| value == this.InternalExpanded) {
722
return this.
Expandable
;
1505
str += "), property = (" + this.PropertyLabel + "," + type.AssemblyQualifiedName + "), value = " + "[" + textVal + "], expandable = " + this.
Expandable
.ToString() + ", readOnly = " + ShouldRenderReadOnly;;
2002
if (this.
Expandable
) {
2033
if (this.
Expandable
) {
2320
if (
Expandable
) {
2748
if (!owner.
Expandable
) {
2823
if (owner.
Expandable
&& AccessibilityImprovements.Level1) {
2900
if (owner.
Expandable
&&
2915
if (owner.
Expandable
&& owner.Expanded == false) {
2921
if (owner.
Expandable
&& owner.Expanded == true) {
2928
if (owner.
Expandable
) {
2969
if (owner.
Expandable
) {
3001
if (owner.
Expandable
) {
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (10)
1423
if (type == ROWLABEL && toggleExpand && gridEntry.
Expandable
) {
1843
return !selectedGridEntry.
Expandable
;
2970
if (gridEntry.
Expandable
) {
2984
if (gridEntry.
Expandable
) {
3003
if (!gridEntry.
Expandable
) {
3589
DoubleClickRow(row, gridEntry.
Expandable
, ROWLABEL);
3601
DoubleClickRow(row, gridEntry.
Expandable
, ROWVALUE);
3611
Debug.Assert(gridEntry.
Expandable
, "non-expandable IPE firing outline click");
4033
else if (selectedGridEntry != null && selectedGridEntry.
Expandable
) {
4605
if (gridEntry != null && gridEntry.
Expandable
) {
winforms\Managed\System\WinForms\PropertyGridInternal\SingleSelectRootGridEntry.cs (1)
292
if (this.
Expandable
&& this.ChildCollection != null) {