7 references to ClearCachedValues
System.Windows.Forms (7)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
1569internal void ClearCachedValues() => _rootEntry?.ClearCachedValues();
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (4)
857ChildCollection[i].ClearCachedValues(); 2204ClearCachedValues(); 2225ClearCachedValues(); 2246ClearCachedValues();
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (2)
392entry.ClearCachedValues(clearChildren: false); 566ClearCachedValues();