3 writes to InheritedRowStyle
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridViewRowPrePaintEventArgs.cs (3)
33InheritedRowStyle = inheritedRowStyle.OrThrowIfNull(); 44InheritedRowStyle = null!; 204InheritedRowStyle = inheritedRowStyle;
2 references to InheritedRowStyle
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewRowPrePaintEventArgs.cs (1)
92InheritedRowStyle,
System.Windows.Forms.Tests (1)
System\Windows\Forms\DataGridViewRowPrePaintEventArgsTests.cs (1)
31Assert.Equal(inheritedRowStyle, e.InheritedRowStyle);