26 instantiations of DataGridViewCellStyle
System.Windows.Forms (26)
winforms\Managed\System\WinForms\DataGridView.cs (7)
970this.alternatingRowsDefaultCellStyle = new DataGridViewCellStyle(); 1947DataGridViewCellStyle defaultStyle = new DataGridViewCellStyle(); 2512DataGridViewCellStyle defaultCellStyleTmp = new DataGridViewCellStyle(this.defaultCellStyle); 2574DataGridViewCellStyle defaultCellStyle = new DataGridViewCellStyle(); 2636DataGridViewCellStyle defaultStyle = new DataGridViewCellStyle(); 3897this.placeholderCellStyle = new DataGridViewCellStyle(); 4460this.rowsDefaultCellStyle = new DataGridViewCellStyle();
winforms\Managed\System\WinForms\DataGridViewBand.cs (2)
130dgvcs = new DataGridViewCellStyle(); 919dataGridViewBand.DefaultCellStyle = new DataGridViewCellStyle(this.DefaultCellStyle);
winforms\Managed\System\WinForms\DataGridViewButtonColumn.cs (1)
32DataGridViewCellStyle defaultCellStyle = new DataGridViewCellStyle();
winforms\Managed\System\WinForms\DataGridViewCell.cs (2)
805dgvcs = new DataGridViewCellStyle(); 1150dataGridViewCell.Style = new DataGridViewCellStyle(this.Style);
winforms\Managed\System\WinForms\DataGridViewCellStyle.cs (1)
662return new DataGridViewCellStyle(this);
winforms\Managed\System\WinForms\DataGridViewCheckBoxColumn.cs (1)
33DataGridViewCellStyle defaultCellStyle = new DataGridViewCellStyle();
winforms\Managed\System\WinForms\DataGridViewColumn.cs (1)
632DataGridViewCellStyle inheritedCellStyleTmp = new DataGridViewCellStyle();
winforms\Managed\System\WinForms\DataGridViewColumnHeaderCell.cs (1)
321DataGridViewCellStyle inheritedCellStyleTmp = (inheritedCellStyle == null) ? new DataGridViewCellStyle() : inheritedCellStyle;
winforms\Managed\System\WinForms\DataGridViewImageColumn.cs (1)
38DataGridViewCellStyle defaultCellStyle = new DataGridViewCellStyle();
winforms\Managed\System\WinForms\DataGridViewMethods.cs (4)
19898DataGridViewCellStyle inheritedCellStyle = new DataGridViewCellStyle(); 20225DataGridViewCellStyle inheritedCellStyle = new DataGridViewCellStyle(); 28137DataGridViewCellStyle defaultStyle = new DataGridViewCellStyle(); 28158DataGridViewCellStyle defaultStyle = new DataGridViewCellStyle();
winforms\Managed\System\WinForms\DataGridViewRow.cs (4)
314DataGridViewCellStyle inheritedRowStyle = new DataGridViewCellStyle(); 1527DataGridViewCellStyle inheritedRowStyle = new DataGridViewCellStyle(); 1610DataGridViewCellStyle inheritedCellStyle = new DataGridViewCellStyle(); 1806DataGridViewCellStyle inheritedCellStyle = new DataGridViewCellStyle();
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (1)
447DataGridViewCellStyle inheritedCellStyleTmp = (inheritedCellStyle == null) ? new DataGridViewCellStyle() : inheritedCellStyle;
235 references to DataGridViewCellStyle
System.Windows.Forms (235)
winforms\Managed\System\WinForms\DataGridView.cs (22)
295private DataGridViewCellStyle placeholderCellStyle; 316private DataGridViewCellStyle defaultCellStyle, columnHeadersDefaultCellStyle, rowHeadersDefaultCellStyle; 317private DataGridViewCellStyle rowsDefaultCellStyle, alternatingRowsDefaultCellStyle; 964public DataGridViewCellStyle AlternatingRowsDefaultCellStyle 977DataGridViewCellStyle cs = this.AlternatingRowsDefaultCellStyle; 1916public DataGridViewCellStyle ColumnHeadersDefaultCellStyle 1928DataGridViewCellStyle cs = this.ColumnHeadersDefaultCellStyle; 1944private DataGridViewCellStyle DefaultColumnHeadersDefaultCellStyle { 1947DataGridViewCellStyle defaultStyle = new DataGridViewCellStyle(); 2495public DataGridViewCellStyle DefaultCellStyle 2512DataGridViewCellStyle defaultCellStyleTmp = new DataGridViewCellStyle(this.defaultCellStyle); 2554DataGridViewCellStyle cs = this.DefaultCellStyle; 2570private DataGridViewCellStyle DefaultDefaultCellStyle 2574DataGridViewCellStyle defaultCellStyle = new DataGridViewCellStyle(); 2632private DataGridViewCellStyle DefaultRowHeadersDefaultCellStyle 2636DataGridViewCellStyle defaultStyle = new DataGridViewCellStyle(); 3578private DataGridViewCellStyle InheritedEditingCellStyle 3891internal DataGridViewCellStyle PlaceholderCellStyle 4204public DataGridViewCellStyle RowHeadersDefaultCellStyle 4216DataGridViewCellStyle cs = this.RowHeadersDefaultCellStyle; 4454public DataGridViewCellStyle RowsDefaultCellStyle 4467DataGridViewCellStyle cs = this.RowsDefaultCellStyle;
winforms\Managed\System\WinForms\DataGridViewBand.cs (5)
123public virtual DataGridViewCellStyle DefaultCellStyle 127DataGridViewCellStyle dgvcs = (DataGridViewCellStyle)this.Properties.GetObject(PropDefaultCellStyle); 139DataGridViewCellStyle dgvcs = null; 467public virtual DataGridViewCellStyle InheritedStyle
winforms\Managed\System\WinForms\DataGridViewButtonCell.cs (5)
214protected override Rectangle GetContentBounds(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex) 268protected override Rectangle GetErrorIconBounds(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex) 326protected override Size GetPreferredSize(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex, Size constraintSize) 658DataGridViewCellStyle cellStyle, 697DataGridViewCellStyle cellStyle,
winforms\Managed\System\WinForms\DataGridViewButtonColumn.cs (3)
32DataGridViewCellStyle defaultCellStyle = new DataGridViewCellStyle(); 64public override DataGridViewCellStyle DefaultCellStyle 231DataGridViewCellStyle defaultCellStyle = this.DefaultCellStyle;
winforms\Managed\System\WinForms\DataGridViewCell.cs (43)
258DataGridViewCellStyle dataGridViewCellStyle = GetInheritedStyle(null, this.RowIndex, false); 352DataGridViewCellStyle dataGridViewCellStyle = GetInheritedStyle(null, this.RowIndex, false); 474public DataGridViewCellStyle InheritedStyle 798public DataGridViewCellStyle Style 802DataGridViewCellStyle dgvcs = (DataGridViewCellStyle)this.Properties.GetObject(PropCellStyle); 813DataGridViewCellStyle dgvcs = null; 1573DataGridViewCellStyle dataGridViewCellStyle = GetInheritedStyle(null, rowIndex, false); 1782DataGridViewCellStyle dataGridViewCellStyle = GetInheritedStyle(null, rowIndex, false /*includeColors*/); 1790protected virtual Rectangle GetContentBounds(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex) 1795internal object GetEditedFormattedValue(object value, int rowIndex, ref DataGridViewCellStyle dataGridViewCellStyle, DataGridViewDataErrorContexts context) 1823DataGridViewCellStyle dataGridViewCellStyle = GetInheritedStyle(null, rowIndex, false /*includeColors*/); 1830DataGridViewCellStyle dataGridViewCellStyle = GetInheritedStyle(null, rowIndex, false /*includeColors*/); 1838protected virtual Rectangle GetErrorIconBounds(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex) 1870internal object GetFormattedValue(int rowIndex, ref DataGridViewCellStyle cellStyle, DataGridViewDataErrorContexts context) 1888ref DataGridViewCellStyle cellStyle, 2154public virtual DataGridViewCellStyle GetInheritedStyle(DataGridViewCellStyle inheritedCellStyle, int rowIndex, bool includeColors) 2170DataGridViewCellStyle inheritedCellStyleTmp; 2187DataGridViewCellStyle cellStyle = null; 2194DataGridViewCellStyle rowStyle = null; 2201DataGridViewCellStyle columnStyle = null; 2208DataGridViewCellStyle dataGridViewStyle = this.DataGridView.DefaultCellStyle; 2559internal DataGridViewCellStyle GetInheritedStyleInternal(int rowIndex) 2573DataGridViewCellStyle dataGridViewCellStyle = GetInheritedStyle(null, rowIndex, false); 2586DataGridViewCellStyle dataGridViewCellStyle = GetInheritedStyle(null, rowIndex, false); 2594protected virtual Size GetPreferredSize(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex, Size constraintSize) 2602DataGridViewCellStyle cellStyle, 2630DataGridViewCellStyle dataGridViewCellStyle = GetInheritedStyle(null, rowIndex, false); 2721public virtual void InitializeEditingControl(int rowIndex, object initialFormattedValue, DataGridViewCellStyle dataGridViewCellStyle) 3126DataGridViewCellStyle dataGridViewCellStyle = GetInheritedStyle(null, rowIndex, false /*includeColors*/); 3145DataGridViewCellStyle dataGridViewCellStyle = GetInheritedStyle(null, rowIndex, false); 3498DataGridViewCellStyle cellStyle, 3512DataGridViewCellStyle cellStyle, 3543DataGridViewCellStyle cellStyle, 4321internal void PaintErrorIcon(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex, Rectangle cellBounds, Rectangle cellValueBounds, string errorText) 4349DataGridViewCellStyle cellStyle, 4391DataGridViewCellStyle cellStyle, 4444DataGridViewCellStyle cellStyle, 4453DataGridViewCellStyle cellStyle, 4493DataGridViewCellStyle cellStyle, 4524DataGridViewCellStyle cellStyle, 5012DataGridViewCellStyle dataGridViewCellStyle = this.owner.InheritedStyle;
winforms\Managed\System\WinForms\DataGridViewCellFormattingEventArgs.cs (3)
17private DataGridViewCellStyle cellStyle; 25DataGridViewCellStyle cellStyle) : base(value, desiredType) 41public DataGridViewCellStyle CellStyle
winforms\Managed\System\WinForms\DataGridViewCellPaintingEventArgs.cs (4)
26private DataGridViewCellStyle cellStyle; 41DataGridViewCellStyle cellStyle, 100public DataGridViewCellStyle CellStyle 275DataGridViewCellStyle cellStyle,
winforms\Managed\System\WinForms\DataGridViewCellParsingEventArgs.cs (3)
17private DataGridViewCellStyle inheritedCellStyle; 25DataGridViewCellStyle inheritedCellStyle) : base(value, desiredType) 51public DataGridViewCellStyle InheritedCellStyle
winforms\Managed\System\WinForms\DataGridViewCellStyle.cs (7)
48/// Initializes a new instance of the <see cref='System.Windows.Forms.DataGridViewCellStyle'/> class. 58public DataGridViewCellStyle(DataGridViewCellStyle dataGridViewCellStyle) 600public virtual void ApplyStyle(DataGridViewCellStyle dataGridViewCellStyle) 661public virtual DataGridViewCellStyle Clone() { 668DataGridViewCellStyle dgvcs = o as DataGridViewCellStyle; 679internal DataGridViewCellStyleDifferences GetDifferencesFrom(DataGridViewCellStyle dgvcs)
winforms\Managed\System\WinForms\DataGridViewCellStyleContentChangedEventArgs.cs (3)
12private DataGridViewCellStyle dataGridViewCellStyle; 15internal DataGridViewCellStyleContentChangedEventArgs(DataGridViewCellStyle dataGridViewCellStyle, bool changeAffectsPreferredSize) 22public DataGridViewCellStyle CellStyle
winforms\Managed\System\WinForms\DataGridViewCellStyleConverter.cs (1)
52if (destinationType == typeof(InstanceDescriptor) && value is DataGridViewCellStyle) {
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (7)
533protected override Rectangle GetContentBounds(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex) 587protected override Rectangle GetErrorIconBounds(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex) 639ref DataGridViewCellStyle cellStyle, 748protected override Size GetPreferredSize(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex, Size constraintSize) 1111DataGridViewCellStyle cellStyle, 1150DataGridViewCellStyle cellStyle, 1635DataGridViewCellStyle cellStyle,
winforms\Managed\System\WinForms\DataGridViewCheckBoxColumn.cs (3)
33DataGridViewCellStyle defaultCellStyle = new DataGridViewCellStyle(); 81public override DataGridViewCellStyle DefaultCellStyle 336DataGridViewCellStyle defaultCellStyle = this.DefaultCellStyle;
winforms\Managed\System\WinForms\DataGridViewColumn.cs (6)
292public override DataGridViewCellStyle DefaultCellStyle 312DataGridViewCellStyle defaultCellStyle = this.DefaultCellStyle; 615public override DataGridViewCellStyle InheritedStyle 619DataGridViewCellStyle columnStyle = null; 632DataGridViewCellStyle inheritedCellStyleTmp = new DataGridViewCellStyle(); 633DataGridViewCellStyle dataGridViewStyle = this.DataGridView.DefaultCellStyle;
winforms\Managed\System\WinForms\DataGridViewColumnHeaderCell.cs (10)
229protected override Rectangle GetContentBounds(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex) 312public override DataGridViewCellStyle GetInheritedStyle(DataGridViewCellStyle inheritedCellStyle, int rowIndex, bool includeColors) 321DataGridViewCellStyle inheritedCellStyleTmp = (inheritedCellStyle == null) ? new DataGridViewCellStyle() : inheritedCellStyle; 323DataGridViewCellStyle cellStyle = null; 330DataGridViewCellStyle columnHeadersStyle = this.DataGridView.ColumnHeadersDefaultCellStyle; 333DataGridViewCellStyle dataGridViewStyle = this.DataGridView.DefaultCellStyle; 514protected override Size GetPreferredSize(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex, Size constraintSize) 746DataGridViewCellStyle cellStyle, 778DataGridViewCellStyle cellStyle,
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (12)
748DataGridViewCellStyle cellStyle = GetInheritedStyle(null, rowIndex, false /*includeColors*/); 957protected override Rectangle GetContentBounds(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex) 1043private int GetDropDownButtonHeight(Graphics graphics, DataGridViewCellStyle cellStyle) 1061protected override Rectangle GetErrorIconBounds(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex) 1131ref DataGridViewCellStyle cellStyle, 1357protected override Size GetPreferredSize(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex, Size constraintSize) 1499DataGridViewCellStyle dataGridViewCellStyle = GetInheritedStyle(null, rowIndex, false); 1504public override void InitializeEditingControl(int rowIndex, object initialFormattedValue, DataGridViewCellStyle dataGridViewCellStyle) 1984DataGridViewCellStyle cellStyle = GetInheritedStyle(null, rowIndex, false /*includeColors*/); 2056DataGridViewCellStyle cellStyle, 2101DataGridViewCellStyle cellStyle, 2658DataGridViewCellStyle cellStyle,
winforms\Managed\System\WinForms\DataGridViewComboBoxEditingControl.cs (1)
129public virtual void ApplyCellStyleToEditingControl(DataGridViewCellStyle dataGridViewCellStyle)
winforms\Managed\System\WinForms\DataGridViewEditingControl.cs (1)
59void ApplyCellStyleToEditingControl(DataGridViewCellStyle dataGridViewCellStyle);
winforms\Managed\System\WinForms\DataGridViewEditingControlShowingEventArgs.cs (3)
16DataGridViewCellStyle cellStyle; 19public DataGridViewEditingControlShowingEventArgs(Control control, DataGridViewCellStyle cellStyle) 26public DataGridViewCellStyle CellStyle
winforms\Managed\System\WinForms\DataGridViewHeaderCell.cs (1)
632DataGridViewCellStyle cellStyle,
winforms\Managed\System\WinForms\DataGridViewImageCell.cs (7)
306protected override Rectangle GetContentBounds(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex) 362protected override Rectangle GetErrorIconBounds(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex) 426ref DataGridViewCellStyle cellStyle, 462protected override Size GetPreferredSize(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex, Size constraintSize) 632private Rectangle ImgBounds(Rectangle bounds, int imgWidth, int imgHeight, DataGridViewImageCellLayout imageLayout, DataGridViewCellStyle cellStyle) 757DataGridViewCellStyle cellStyle, 796DataGridViewCellStyle cellStyle,
winforms\Managed\System\WinForms\DataGridViewImageColumn.cs (3)
38DataGridViewCellStyle defaultCellStyle = new DataGridViewCellStyle(); 78public override DataGridViewCellStyle DefaultCellStyle 328DataGridViewCellStyle defaultCellStyle = this.DefaultCellStyle;
winforms\Managed\System\WinForms\DataGridViewLinkCell.cs (5)
550protected override Rectangle GetContentBounds(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex) 606protected override Rectangle GetErrorIconBounds(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex) 649protected override Size GetPreferredSize(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex, Size constraintSize) 948DataGridViewCellStyle cellStyle, 988DataGridViewCellStyle cellStyle,
winforms\Managed\System\WinForms\DataGridViewMethods.cs (23)
2678DataGridViewCellStyle dataGridViewCellStyle = dataGridViewCell.GetInheritedStyle(null, this.ptCurrentCell.Y, true); 2824private void BuildInheritedColumnHeaderCellStyle(DataGridViewCellStyle inheritedCellStyle, DataGridViewCell cell) 2828DataGridViewCellStyle cellStyle = null; 2835DataGridViewCellStyle columnHeadersStyle = this.ColumnHeadersDefaultCellStyle; 2838DataGridViewCellStyle dataGridViewStyle = this.DefaultCellStyle; 3282DataGridViewCellStyle dataGridViewCellStyle = dataGridViewCell.GetInheritedStyle(null, this.ptCurrentCell.Y, true); 9838private bool InitializeEditingCellValue(ref DataGridViewCellStyle dataGridViewCellStyle, ref DataGridViewCell dataGridViewCell) 9887private bool InitializeEditingControlValue(ref DataGridViewCellStyle dataGridViewCellStyle, DataGridViewCell dataGridViewCell) 12114internal DataGridViewCellFormattingEventArgs OnCellFormatting(int columnIndex, int rowIndex, object val, Type formattedValueType, DataGridViewCellStyle cellStyle) 13102internal DataGridViewCellParsingEventArgs OnCellParsing(int rowIndex, int columnIndex, object formattedValue, Type valueType, DataGridViewCellStyle cellStyle) 13231internal void OnCellStyleContentChanged(DataGridViewCellStyle dataGridViewCellStyle, DataGridViewCellStyle.DataGridViewCellStylePropertyInternal property) 13236case DataGridViewCellStyle.DataGridViewCellStylePropertyInternal.Font: 13251case DataGridViewCellStyle.DataGridViewCellStylePropertyInternal.ForeColor: 13260property != DataGridViewCellStyle.DataGridViewCellStylePropertyInternal.Color && 13261property != DataGridViewCellStyle.DataGridViewCellStylePropertyInternal.ForeColor /*changeAffectsPreferredSize*/); 13491DataGridViewCellStyle dataGridViewCellStyle = currentCell.GetInheritedStyle(null, rowIndex, false); 19898DataGridViewCellStyle inheritedCellStyle = new DataGridViewCellStyle(); 20225DataGridViewCellStyle inheritedCellStyle = new DataGridViewCellStyle(); 25514DataGridViewCellStyle cellStyle = this.InheritedEditingCellStyle; 25641DataGridViewCellStyle dataGridViewCellStyle = dataGridViewCurrentCell.GetInheritedStyle(null, this.ptCurrentCell.Y, true); 28137DataGridViewCellStyle defaultStyle = new DataGridViewCellStyle(); 28158DataGridViewCellStyle defaultStyle = new DataGridViewCellStyle();
winforms\Managed\System\WinForms\DataGridViewRow.cs (16)
136public override DataGridViewCellStyle DefaultCellStyle 305public override DataGridViewCellStyle InheritedStyle 314DataGridViewCellStyle inheritedRowStyle = new DataGridViewCellStyle(); 680private void BuildInheritedRowHeaderCellStyle(DataGridViewCellStyle inheritedCellStyle) 684DataGridViewCellStyle cellStyle = null; 691DataGridViewCellStyle rowHeadersStyle = this.DataGridView.RowHeadersDefaultCellStyle; 694DataGridViewCellStyle dataGridViewStyle = this.DataGridView.DefaultCellStyle; 869private void BuildInheritedRowStyle(int rowIndex, DataGridViewCellStyle inheritedRowStyle) 875DataGridViewCellStyle rowStyle = null; 882DataGridViewCellStyle dataGridViewStyle = this.DataGridView.DefaultCellStyle; 885DataGridViewCellStyle rowsDefaultCellStyle = this.DataGridView.RowsDefaultCellStyle; 888DataGridViewCellStyle alternatingRowsDefaultCellStyle = this.DataGridView.AlternatingRowsDefaultCellStyle; 1276DataGridViewCellStyle cellStyle, 1527DataGridViewCellStyle inheritedRowStyle = new DataGridViewCellStyle(); 1610DataGridViewCellStyle inheritedCellStyle = new DataGridViewCellStyle(); 1806DataGridViewCellStyle inheritedCellStyle = new DataGridViewCellStyle();
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (11)
304protected override Rectangle GetContentBounds(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex) 364protected override Rectangle GetErrorIconBounds(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex) 443public override DataGridViewCellStyle GetInheritedStyle(DataGridViewCellStyle inheritedCellStyle, int rowIndex, bool includeColors) 447DataGridViewCellStyle inheritedCellStyleTmp = (inheritedCellStyle == null) ? new DataGridViewCellStyle() : inheritedCellStyle; 449DataGridViewCellStyle cellStyle = null; 456DataGridViewCellStyle rowHeadersStyle = this.DataGridView.RowHeadersDefaultCellStyle; 459DataGridViewCellStyle dataGridViewStyle = this.DataGridView.DefaultCellStyle; 645protected override Size GetPreferredSize(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex, Size constraintSize) 718DataGridViewCellStyle cellStyle, 758DataGridViewCellStyle cellStyle,
winforms\Managed\System\WinForms\DataGridViewRowPostPaintEventArgs.cs (4)
21private DataGridViewCellStyle inheritedRowStyle; 36DataGridViewCellStyle inheritedRowStyle, 102public DataGridViewCellStyle InheritedRowStyle 261DataGridViewCellStyle inheritedRowStyle,
winforms\Managed\System\WinForms\DataGridViewRowPrePaintEventArgs.cs (4)
21private DataGridViewCellStyle inheritedRowStyle; 37DataGridViewCellStyle inheritedRowStyle, 104public DataGridViewCellStyle InheritedRowStyle 280DataGridViewCellStyle inheritedRowStyle,
winforms\Managed\System\WinForms\DataGridViewTextBoxCell.cs (8)
190private Rectangle GetAdjustedEditingControlBounds(Rectangle editingControlBounds, DataGridViewCellStyle cellStyle) 308protected override Rectangle GetContentBounds(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex) 364protected override Rectangle GetErrorIconBounds(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex) 424protected override Size GetPreferredSize(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex, Size constraintSize) 530public override void InitializeEditingControl(int rowIndex, object initialFormattedValue, DataGridViewCellStyle dataGridViewCellStyle) 631DataGridViewCellStyle cellStyle, 670DataGridViewCellStyle cellStyle, 810DataGridViewCellStyle cellStyle,
winforms\Managed\System\WinForms\DataGridViewTextBoxEditingControl.cs (1)
131public virtual void ApplyCellStyleToEditingControl(DataGridViewCellStyle dataGridViewCellStyle)
winforms\Managed\System\WinForms\DataGridViewTopLeftHeaderCell.cs (6)
41protected override Rectangle GetContentBounds(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex) 106protected override Rectangle GetErrorIconBounds(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex) 166protected override Size GetPreferredSize(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex, Size constraintSize) 214DataGridViewCellStyle cellStyle, 253DataGridViewCellStyle cellStyle, 393DataGridViewCellStyle cellStyle,
winforms\Managed\System\WinForms\DataGridViewUtilities.cs (4)
171DataGridViewCellStyle cellStyle, 310DataGridViewCellStyle cellStyle) 318DataGridViewCellStyle cellStyle, 350DataGridViewCellStyle cellStyle)