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)
87if (!_canReset.HasValue) 101return _canReset.Value;