2 writes to _canReset
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MergePropertyDescriptor.cs (2)
89
_canReset
= true;
95
_canReset
= false;
2 references to _canReset
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MergePropertyDescriptor.cs (2)
87
if (!
_canReset
.HasValue)
101
return
_canReset
.Value;