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