2 references to Refresh
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
3969
Refresh
(fullRefresh: false, startRow: -1, endRow: -1);
3991
public void Refresh(bool fullRefresh) =>
Refresh
(fullRefresh, startRow: -1, endRow: -1);