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