3 references to InvalidateRows
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (3)
1990InvalidateRows(row, row, RowValue); 1994private void InvalidateRow(int row) => InvalidateRows(row, row, RowValue | RowLabel); 1996private void InvalidateRows(int startRow, int endRow) => InvalidateRows(startRow, endRow, RowValue | RowLabel);