3 writes to InheritedRowStyle
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridViewRowPostPaintEventArgs.cs (3)
31InheritedRowStyle = inheritedRowStyle.OrThrowIfNull(); 41InheritedRowStyle = null!; 187InheritedRowStyle = inheritedRowStyle;
2 references to InheritedRowStyle
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewRowPostPaintEventArgs.cs (1)
75InheritedRowStyle,
System.Windows.Forms.Tests (1)
System\Windows\Forms\DataGridViewRowPostPaintEventArgsTests.cs (1)
32Assert.Equal(inheritedRowStyle, e.InheritedRowStyle);