Base:
property
ExpandCollapseState
System.Windows.Forms.AccessibleObject.ExpandCollapseState
1 override of ExpandCollapseState
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.PropertyDescriptorGridEntryAccessibleObject.cs (1)
17internal override ExpandCollapseState ExpandCollapseState
4 references to ExpandCollapseState
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.GridEntryAccessibleObject.cs (4)
60=> !this.TryGetOwnerAs(out GridEntry? owner) ? ExpandCollapseState.ExpandCollapseState_Collapsed : owner.Expandable 61? owner.Expanded ? ExpandCollapseState.ExpandCollapseState_Expanded : ExpandCollapseState.ExpandCollapseState_Collapsed 62: ExpandCollapseState.ExpandCollapseState_LeafNode;