2 writes to InheritedCellStyle
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewCellParsingEventArgs.cs (1)
18InheritedCellStyle = inheritedCellStyle;
System.Windows.Forms.Tests (1)
System\Windows\Forms\DataGridViewCellParsingEventArgsTests.cs (1)
44InheritedCellStyle = value
3 references to InheritedCellStyle
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
25378dgvcpe.InheritedCellStyle!,
System.Windows.Forms.Tests (2)
System\Windows\Forms\DataGridViewCellParsingEventArgsTests.cs (2)
28Assert.Equal(inheritedCellStyle, e.InheritedCellStyle); 46Assert.Equal(value, e.InheritedCellStyle);