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