6 references to ClearCachedValues
System.Windows.Forms (6)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
1569internal void ClearCachedValues() => _rootEntry?.ClearCachedValues();
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (3)
2204ClearCachedValues(); 2225ClearCachedValues(); 2246ClearCachedValues();
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (2)
392entry.ClearCachedValues(clearChildren: false); 566ClearCachedValues();