1 override of OwnerTab
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\SingleSelectRootGridEntry.cs (1)
106public override PropertyTab OwnerTab => _ownerTab;
3 references to OwnerTab
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (2)
221public virtual PropertyTab? OwnerTab => _parent?.OwnerTab; 1279PropertyTab? ownerTab = OwnerTab;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
130OwnerTab);