1 override of HasValue
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CategoryGridEntry.cs (1)
37
internal override bool
HasValue
=> false;
1 reference to HasValue
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
4366
if (_flags.HasFlag(Flags.IsSplitterMove) || !gridEntry.
HasValue
|| !FocusInside)