1 override of HasValue
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\CategoryGridEntry.cs (1)
74
internal override bool
HasValue
{
1 reference to HasValue
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
4478
if (GetFlag(FlagIsSplitterMove) || !gridEntry.
HasValue
|| !FocusInside) {