2 writes to inheritedCellStyle
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewCellParsingEventArgs.cs (2)
29this.inheritedCellStyle = inheritedCellStyle; 59this.inheritedCellStyle = value;
1 reference to inheritedCellStyle
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewCellParsingEventArgs.cs (1)
55return this.inheritedCellStyle;