7 references to ClearCachedValues
System.Windows.Forms (7)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
1571internal void ClearCachedValues() => _rootEntry?.ClearCachedValues();
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (4)
854ChildCollection[i].ClearCachedValues(); 2201ClearCachedValues(); 2222ClearCachedValues(); 2243ClearCachedValues();
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (2)
392entry.ClearCachedValues(clearChildren: false); 566ClearCachedValues();