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