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