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