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