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