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