30 instantiations of DataGridViewCellStyle
PresentationUI (2)
MS\Internal\Documents\RMPublishingDialog.RightsTable.cs (2)
461_textCellStyle = new DataGridViewCellStyle 469_boolCellStyle = new DataGridViewCellStyle
System.Windows.Forms (26)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (7)
798_alternatingRowsDefaultCellStyle = new DataGridViewCellStyle(); 1545DataGridViewCellStyle defaultStyle = new DataGridViewCellStyle 1986DataGridViewCellStyle defaultCellStyleTmp = new(_defaultCellStyle) 2058DataGridViewCellStyle defaultCellStyle = new DataGridViewCellStyle 2095DataGridViewCellStyle defaultStyle = new DataGridViewCellStyle 3054internal DataGridViewCellStyle PlaceholderCellStyle => _placeholderCellStyle ??= new DataGridViewCellStyle(); 3499_rowsDefaultCellStyle = new DataGridViewCellStyle();
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (4)
19344DataGridViewCellStyle inheritedCellStyle = new(); 19677DataGridViewCellStyle inheritedCellStyle = new(); 28131DataGridViewCellStyle defaultStyle = new(); 28152DataGridViewCellStyle defaultStyle = new();
System\Windows\Forms\Controls\DataGridView\DataGridViewBand.cs (2)
79style = new DataGridViewCellStyle(); 727dataGridViewBand.DefaultCellStyle = new DataGridViewCellStyle(DefaultCellStyle);
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonColumn.cs (1)
19DataGridViewCellStyle defaultCellStyle = new DataGridViewCellStyle
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (2)
616dataGridViewCellStyle = new DataGridViewCellStyle(); 903dataGridViewCell.Style = new DataGridViewCellStyle(Style);
System\Windows\Forms\Controls\DataGridView\DataGridViewCellStyle.cs (1)
444public virtual DataGridViewCellStyle Clone() => new(this);
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxColumn.cs (1)
20DataGridViewCellStyle defaultCellStyle = new DataGridViewCellStyle
System\Windows\Forms\Controls\DataGridView\DataGridViewColumn.cs (1)
443DataGridViewCellStyle inheritedCellStyleTmp = new();
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnHeaderCell.cs (1)
284DataGridViewCellStyle inheritedCellStyleTmp = inheritedCellStyle ?? new DataGridViewCellStyle();
System\Windows\Forms\Controls\DataGridView\DataGridViewImageColumn.cs (1)
25DataGridViewCellStyle defaultCellStyle = new()
System\Windows\Forms\Controls\DataGridView\DataGridViewRow.cs (4)
236DataGridViewCellStyle inheritedRowStyle = new(); 1427DataGridViewCellStyle inheritedRowStyle = new(); 1511DataGridViewCellStyle inheritedCellStyle = new(); 1712DataGridViewCellStyle inheritedCellStyle = new();
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.cs (1)
309DataGridViewCellStyle inheritedCellStyleTmp = inheritedCellStyle ?? new DataGridViewCellStyle();
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DataGridViewCellStyleBuilder.cs (2)
76_cellStyle = new DataGridViewCellStyle(value); 91DataGridViewCellStyle cellStyleTmp = new(_cellStyle!);
240 references to DataGridViewCellStyle
PresentationUI (3)
MS\Internal\Documents\RMPublishingDialog.RightsTable.cs (3)
832private DataGridViewCellStyle _textCellStyle; 837private DataGridViewCellStyle _boolCellStyle; 1003DataGridViewCellStyle cellStyle,
System.Windows.Forms (229)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (25)
265private DataGridViewCellStyle? _placeholderCellStyle; 289private DataGridViewCellStyle? _defaultCellStyle; 290private DataGridViewCellStyle? _columnHeadersDefaultCellStyle; 291private DataGridViewCellStyle? _rowHeadersDefaultCellStyle; 292private DataGridViewCellStyle? _rowsDefaultCellStyle; 293private DataGridViewCellStyle? _alternatingRowsDefaultCellStyle; 792public DataGridViewCellStyle AlternatingRowsDefaultCellStyle 806DataGridViewCellStyle cs = AlternatingRowsDefaultCellStyle; 1514public DataGridViewCellStyle ColumnHeadersDefaultCellStyle 1524DataGridViewCellStyle cs = ColumnHeadersDefaultCellStyle; 1541private DataGridViewCellStyle DefaultColumnHeadersDefaultCellStyle 1545DataGridViewCellStyle defaultStyle = new DataGridViewCellStyle 1969public DataGridViewCellStyle DefaultCellStyle 1986DataGridViewCellStyle defaultCellStyleTmp = new(_defaultCellStyle) 2037DataGridViewCellStyle cs = DefaultCellStyle; 2054private DataGridViewCellStyle DefaultDefaultCellStyle 2058DataGridViewCellStyle defaultCellStyle = new DataGridViewCellStyle 2091private DataGridViewCellStyle DefaultRowHeadersDefaultCellStyle 2095DataGridViewCellStyle defaultStyle = new DataGridViewCellStyle 2848private DataGridViewCellStyle? InheritedEditingCellStyle 3054internal DataGridViewCellStyle PlaceholderCellStyle => _placeholderCellStyle ??= new DataGridViewCellStyle(); 3301public DataGridViewCellStyle RowHeadersDefaultCellStyle 3311DataGridViewCellStyle cs = RowHeadersDefaultCellStyle; 3493public DataGridViewCellStyle RowsDefaultCellStyle 3507DataGridViewCellStyle cs = RowsDefaultCellStyle;
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (23)
2640DataGridViewCellStyle dataGridViewCellStyle = dataGridViewCell.GetInheritedStyle(inheritedCellStyle: null, _ptCurrentCell.Y, includeColors: true); 2787private void BuildInheritedColumnHeaderCellStyle(DataGridViewCellStyle inheritedCellStyle, DataGridViewCell cell) 2791DataGridViewCellStyle? cellStyle = null; 2798DataGridViewCellStyle columnHeadersStyle = ColumnHeadersDefaultCellStyle; 2801DataGridViewCellStyle dataGridViewStyle = DefaultCellStyle; 3239DataGridViewCellStyle dataGridViewCellStyle = dataGridViewCell.GetInheritedStyle(inheritedCellStyle: null, _ptCurrentCell.Y, includeColors: true); 9679private bool InitializeEditingCellValue(ref DataGridViewCellStyle dataGridViewCellStyle, ref DataGridViewCell dataGridViewCell) 9718private bool InitializeEditingControlValue(ref DataGridViewCellStyle dataGridViewCellStyle, DataGridViewCell dataGridViewCell) 11790DataGridViewCellStyle cellStyle) 12740DataGridViewCellStyle? cellStyle) 12853internal void OnCellStyleContentChanged(DataGridViewCellStyle dataGridViewCellStyle, DataGridViewCellStyle.DataGridViewCellStylePropertyInternal property) 12858case DataGridViewCellStyle.DataGridViewCellStylePropertyInternal.Font: 12876case DataGridViewCellStyle.DataGridViewCellStylePropertyInternal.ForeColor: 12887changeAffectsPreferredSize: property is not DataGridViewCellStyle.DataGridViewCellStylePropertyInternal.Color 12888and not DataGridViewCellStyle.DataGridViewCellStylePropertyInternal.ForeColor); 13089DataGridViewCellStyle dataGridViewCellStyle = currentCell.GetInheritedStyle(inheritedCellStyle: null, rowIndex, includeColors: false); 19344DataGridViewCellStyle inheritedCellStyle = new(); 19677DataGridViewCellStyle inheritedCellStyle = new(); 25346DataGridViewCellStyle? cellStyle = InheritedEditingCellStyle; 25474DataGridViewCellStyle dataGridViewCellStyle = dataGridViewCurrentCell.GetInheritedStyle(inheritedCellStyle: null, _ptCurrentCell.Y, includeColors: true); 28131DataGridViewCellStyle defaultStyle = new(); 28152DataGridViewCellStyle defaultStyle = new();
System\Windows\Forms\Controls\DataGridView\DataGridViewBand.cs (4)
73public virtual DataGridViewCellStyle DefaultCellStyle 77if (!Properties.TryGetValue(s_propDefaultCellStyle, out DataGridViewCellStyle? style)) 88DataGridViewCellStyle? style = null; 327public virtual DataGridViewCellStyle? InheritedStyle => null;
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonCell.cs (5)
149protected override Rectangle GetContentBounds(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex) 214protected override Rectangle GetErrorIconBounds(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex) 278DataGridViewCellStyle cellStyle, 605DataGridViewCellStyle cellStyle, 643DataGridViewCellStyle cellStyle,
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonColumn.cs (3)
19DataGridViewCellStyle defaultCellStyle = new DataGridViewCellStyle 48public override DataGridViewCellStyle DefaultCellStyle 212DataGridViewCellStyle defaultCellStyle = DefaultCellStyle;
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (41)
175DataGridViewCellStyle dataGridViewCellStyle = GetInheritedStyle(inheritedCellStyle: null, RowIndex, includeColors: false); 221DataGridViewCellStyle dataGridViewCellStyle = GetInheritedStyle(inheritedCellStyle: null, RowIndex, includeColors: false); 364public DataGridViewCellStyle InheritedStyle 610public DataGridViewCellStyle Style 614if (!Properties.TryGetValue(s_propCellStyle, out DataGridViewCellStyle? dataGridViewCellStyle)) 625DataGridViewCellStyle? dataGridViewCellStyle = null; 1296DataGridViewCellStyle dataGridViewCellStyle = GetInheritedStyle(inheritedCellStyle: null, rowIndex, includeColors: false); 1459DataGridViewCellStyle dataGridViewCellStyle = GetInheritedStyle(inheritedCellStyle: null, rowIndex, includeColors: false); 1465protected virtual Rectangle GetContentBounds(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex) => Rectangle.Empty; 1472ref DataGridViewCellStyle dataGridViewCellStyle, 1515DataGridViewCellStyle dataGridViewCellStyle = GetInheritedStyle(inheritedCellStyle: null, rowIndex, includeColors: false); 1521DataGridViewCellStyle dataGridViewCellStyle = GetInheritedStyle(inheritedCellStyle: null, rowIndex, includeColors: false); 1526protected virtual Rectangle GetErrorIconBounds(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex) => Rectangle.Empty; 1557internal object? GetFormattedValue(int rowIndex, ref DataGridViewCellStyle cellStyle, DataGridViewDataErrorContexts context) 1578ref DataGridViewCellStyle cellStyle, 1859public virtual DataGridViewCellStyle GetInheritedStyle(DataGridViewCellStyle? inheritedCellStyle, int rowIndex, bool includeColors) 1876DataGridViewCellStyle inheritedCellStyleTmp; 1893DataGridViewCellStyle? cellStyle = null; 1900DataGridViewCellStyle? rowStyle = null; 1907DataGridViewCellStyle? columnStyle = null; 1914DataGridViewCellStyle dataGridViewStyle = DataGridView.DefaultCellStyle; 2265internal DataGridViewCellStyle GetInheritedStyleInternal(int rowIndex) => 2277DataGridViewCellStyle dataGridViewCellStyle = GetInheritedStyle(inheritedCellStyle: null, rowIndex, includeColors: false); 2289DataGridViewCellStyle dataGridViewCellStyle = GetInheritedStyle(inheritedCellStyle: null, rowIndex, includeColors: false); 2296DataGridViewCellStyle cellStyle, 2304DataGridViewCellStyle cellStyle, 2332DataGridViewCellStyle dataGridViewCellStyle = GetInheritedStyle(inheritedCellStyle: null, rowIndex, includeColors: false); 2450public virtual void InitializeEditingControl(int rowIndex, object? initialFormattedValue, DataGridViewCellStyle dataGridViewCellStyle) 2721DataGridViewCellStyle dataGridViewCellStyle = GetInheritedStyle(inheritedCellStyle: null, rowIndex, includeColors: false); 2741DataGridViewCellStyle dataGridViewCellStyle = GetInheritedStyle(inheritedCellStyle: null, rowIndex, includeColors: false); 3066DataGridViewCellStyle cellStyle, 3081DataGridViewCellStyle cellStyle, 3113DataGridViewCellStyle cellStyle, 3549DataGridViewCellStyle cellStyle, 3582DataGridViewCellStyle cellStyle, 3625DataGridViewCellStyle cellStyle, 3687DataGridViewCellStyle cellStyle, 3702DataGridViewCellStyle cellStyle, 3741DataGridViewCellStyle cellStyle, 3775DataGridViewCellStyle cellStyle,
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.DataGridViewCellAccessibleObject.cs (1)
236DataGridViewCellStyle dataGridViewCellStyle = _owner.InheritedStyle;
System\Windows\Forms\Controls\DataGridView\DataGridViewCellFormattingEventArgs.cs (2)
13DataGridViewCellStyle cellStyle) 24public DataGridViewCellStyle CellStyle { get; set; }
System\Windows\Forms\Controls\DataGridView\DataGridViewCellPaintingEventArgs.cs (3)
24DataGridViewCellStyle cellStyle, 74public DataGridViewCellStyle? CellStyle { get; private set; } 181DataGridViewCellStyle cellStyle,
System\Windows\Forms\Controls\DataGridView\DataGridViewCellParsingEventArgs.cs (2)
13DataGridViewCellStyle? inheritedCellStyle) 25public DataGridViewCellStyle? InheritedCellStyle { get; set; }
System\Windows\Forms\Controls\DataGridView\DataGridViewCellStyle.cs (6)
31/// Initializes a new instance of the <see cref="DataGridViewCellStyle"/> class. 39public DataGridViewCellStyle(DataGridViewCellStyle dataGridViewCellStyle) 374public virtual void ApplyStyle(DataGridViewCellStyle dataGridViewCellStyle) 444public virtual DataGridViewCellStyle Clone() => new(this); 447o is DataGridViewCellStyle dgvcs && GetDifferencesFrom(dgvcs) == DataGridViewCellStyleDifferences.None; 449internal DataGridViewCellStyleDifferences GetDifferencesFrom(DataGridViewCellStyle dgvcs)
System\Windows\Forms\Controls\DataGridView\DataGridViewCellStyleContentChangedEventArgs.cs (2)
8internal DataGridViewCellStyleContentChangedEventArgs(DataGridViewCellStyle dataGridViewCellStyle, bool changeAffectsPreferredSize) 14public DataGridViewCellStyle CellStyle { get; }
System\Windows\Forms\Controls\DataGridView\DataGridViewCellStyleConverter.cs (1)
38if (destinationType == typeof(InstanceDescriptor) && value is DataGridViewCellStyle)
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (7)
444protected override Rectangle GetContentBounds(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex) 506protected override Rectangle GetErrorIconBounds(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex) 555ref DataGridViewCellStyle cellStyle, 637DataGridViewCellStyle cellStyle, 1004DataGridViewCellStyle cellStyle, 1047DataGridViewCellStyle cellStyle, 1567DataGridViewCellStyle cellStyle,
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxColumn.cs (3)
20DataGridViewCellStyle defaultCellStyle = new DataGridViewCellStyle 51public override DataGridViewCellStyle DefaultCellStyle 298DataGridViewCellStyle defaultCellStyle = DefaultCellStyle;
System\Windows\Forms\Controls\DataGridView\DataGridViewColumn.cs (6)
200public override DataGridViewCellStyle DefaultCellStyle 213DataGridViewCellStyle defaultCellStyle = DefaultCellStyle; 427public override DataGridViewCellStyle? InheritedStyle 431DataGridViewCellStyle? columnStyle = null; 443DataGridViewCellStyle inheritedCellStyleTmp = new(); 444DataGridViewCellStyle dataGridViewStyle = DataGridView.DefaultCellStyle;
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnHeaderCell.cs (10)
211protected override Rectangle GetContentBounds(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex) 275public override DataGridViewCellStyle GetInheritedStyle(DataGridViewCellStyle? inheritedCellStyle, int rowIndex, bool includeColors) 284DataGridViewCellStyle inheritedCellStyleTmp = inheritedCellStyle ?? new DataGridViewCellStyle(); 286DataGridViewCellStyle? cellStyle = null; 293DataGridViewCellStyle columnHeadersStyle = DataGridView.ColumnHeadersDefaultCellStyle; 296DataGridViewCellStyle dataGridViewStyle = DataGridView.DefaultCellStyle; 478DataGridViewCellStyle cellStyle, 720DataGridViewCellStyle cellStyle, 750DataGridViewCellStyle cellStyle,
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (12)
530DataGridViewCellStyle cellStyle = GetInheritedStyle(inheritedCellStyle: null, rowIndex, includeColors: false); 728protected override Rectangle GetContentBounds(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex) 820private int GetDropDownButtonHeight(Graphics graphics, DataGridViewCellStyle cellStyle) 831protected override Rectangle GetErrorIconBounds(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex) 896ref DataGridViewCellStyle cellStyle, 1161DataGridViewCellStyle cellStyle, 1232DataGridViewCellStyle dataGridViewCellStyle = GetInheritedStyle( 1248DataGridViewCellStyle dataGridViewCellStyle) 1742DataGridViewCellStyle cellStyle = GetInheritedStyle(inheritedCellStyle: null, rowIndex, includeColors: false); 1818DataGridViewCellStyle cellStyle, 1860DataGridViewCellStyle cellStyle, 2375DataGridViewCellStyle cellStyle,
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxEditingControl.cs (1)
71public virtual void ApplyCellStyleToEditingControl(DataGridViewCellStyle dataGridViewCellStyle)
System\Windows\Forms\Controls\DataGridView\DataGridViewEditingControlShowingEventArgs.cs (3)
8private DataGridViewCellStyle _cellStyle; 10public DataGridViewEditingControlShowingEventArgs(Control control, DataGridViewCellStyle cellStyle) 18public DataGridViewCellStyle CellStyle
System\Windows\Forms\Controls\DataGridView\DataGridViewHeaderCell.cs (1)
523DataGridViewCellStyle cellStyle,
System\Windows\Forms\Controls\DataGridView\DataGridViewImageCell.cs (7)
225protected override Rectangle GetContentBounds(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex) 287protected override Rectangle GetErrorIconBounds(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex) 353ref DataGridViewCellStyle cellStyle, 397DataGridViewCellStyle cellStyle, 573DataGridViewCellStyle cellStyle) 686DataGridViewCellStyle cellStyle, 724DataGridViewCellStyle cellStyle,
System\Windows\Forms\Controls\DataGridView\DataGridViewImageColumn.cs (3)
25DataGridViewCellStyle defaultCellStyle = new() 56public override DataGridViewCellStyle DefaultCellStyle 274DataGridViewCellStyle defaultCellStyle = DefaultCellStyle;
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkCell.cs (5)
420protected override Rectangle GetContentBounds(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex) 487protected override Rectangle GetErrorIconBounds(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex) 535DataGridViewCellStyle cellStyle, 841DataGridViewCellStyle cellStyle, 879DataGridViewCellStyle cellStyle,
System\Windows\Forms\Controls\DataGridView\DataGridViewRow.cs (16)
91public override DataGridViewCellStyle DefaultCellStyle 227public override DataGridViewCellStyle InheritedStyle 236DataGridViewCellStyle inheritedRowStyle = new(); 598private void BuildInheritedRowHeaderCellStyle(DataGridViewCellStyle inheritedCellStyle) 602DataGridViewCellStyle? cellStyle = null; 609DataGridViewCellStyle rowHeadersStyle = DataGridView!.RowHeadersDefaultCellStyle; 612DataGridViewCellStyle dataGridViewStyle = DataGridView.DefaultCellStyle; 787private void BuildInheritedRowStyle(int rowIndex, DataGridViewCellStyle inheritedRowStyle) 797DataGridViewCellStyle? rowStyle = null; 804DataGridViewCellStyle dataGridViewStyle = DataGridView.DefaultCellStyle; 807DataGridViewCellStyle rowsDefaultCellStyle = DataGridView.RowsDefaultCellStyle; 810DataGridViewCellStyle alternatingRowsDefaultCellStyle = DataGridView.AlternatingRowsDefaultCellStyle; 1180DataGridViewCellStyle cellStyle, 1427DataGridViewCellStyle inheritedRowStyle = new(); 1511DataGridViewCellStyle inheritedCellStyle = new(); 1712DataGridViewCellStyle inheritedCellStyle = new();
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.cs (11)
183protected override Rectangle GetContentBounds(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex) 242protected override Rectangle GetErrorIconBounds(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex) 305public override DataGridViewCellStyle GetInheritedStyle(DataGridViewCellStyle? inheritedCellStyle, int rowIndex, bool includeColors) 309DataGridViewCellStyle inheritedCellStyleTmp = inheritedCellStyle ?? new DataGridViewCellStyle(); 311DataGridViewCellStyle? cellStyle = null; 318DataGridViewCellStyle rowHeadersStyle = DataGridView.RowHeadersDefaultCellStyle; 321DataGridViewCellStyle dataGridViewStyle = DataGridView.DefaultCellStyle; 508DataGridViewCellStyle cellStyle, 582DataGridViewCellStyle cellStyle, 620DataGridViewCellStyle cellStyle,
System\Windows\Forms\Controls\DataGridView\DataGridViewRowPostPaintEventArgs.cs (3)
20DataGridViewCellStyle inheritedRowStyle, 56public DataGridViewCellStyle InheritedRowStyle { get; private set; } 175DataGridViewCellStyle inheritedRowStyle,
System\Windows\Forms\Controls\DataGridView\DataGridViewRowPrePaintEventArgs.cs (3)
22DataGridViewCellStyle inheritedRowStyle, 59public DataGridViewCellStyle InheritedRowStyle { get; private set; } 192DataGridViewCellStyle inheritedRowStyle,
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxCell.cs (8)
137private Rectangle GetAdjustedEditingControlBounds(Rectangle editingControlBounds, DataGridViewCellStyle cellStyle) 256protected override Rectangle GetContentBounds(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex) 323protected override Rectangle GetErrorIconBounds(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex) 387DataGridViewCellStyle cellStyle, 505public override void InitializeEditingControl(int rowIndex, object? initialFormattedValue, DataGridViewCellStyle dataGridViewCellStyle) 604DataGridViewCellStyle cellStyle, 647DataGridViewCellStyle cellStyle, 785DataGridViewCellStyle cellStyle,
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxEditingControl.cs (1)
94public virtual void ApplyCellStyleToEditingControl(DataGridViewCellStyle dataGridViewCellStyle)
System\Windows\Forms\Controls\DataGridView\DataGridViewTopLeftHeaderCell.cs (6)
26protected override Rectangle GetContentBounds(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex) 83protected override Rectangle GetErrorIconBounds(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex) 134protected override Size GetPreferredSize(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex, Size constraintSize) 174DataGridViewCellStyle cellStyle, 212DataGridViewCellStyle cellStyle, 360DataGridViewCellStyle cellStyle,
System\Windows\Forms\Controls\DataGridView\DataGridViewUtilities.cs (4)
153DataGridViewCellStyle cellStyle, 308DataGridViewCellStyle cellStyle) 317DataGridViewCellStyle cellStyle, 353DataGridViewCellStyle cellStyle)
System\Windows\Forms\Controls\DataGridView\IDataGridViewEditingControl.cs (1)
43void ApplyCellStyleToEditingControl(DataGridViewCellStyle dataGridViewCellStyle);
System.Windows.Forms.Design (8)
System\Windows\Forms\Design\DataGridViewCellStyleBuilder.cs (3)
29private DataGridViewCellStyle? _cellStyle; 71public DataGridViewCellStyle? CellStyle 91DataGridViewCellStyle cellStyleTmp = new(_cellStyle!);
System\Windows\Forms\Design\DataGridViewCellStyleEditor.cs (1)
33if (value is DataGridViewCellStyle style)
System\Windows\Forms\Design\FormatStringDialog.cs (2)
17private DataGridViewCellStyle? _dgvCellStyle; 40public DataGridViewCellStyle DataGridViewCellStyle
System\Windows\Forms\Design\FormatStringEditor.cs (2)
23DataGridViewCellStyle? cellStyle = component as DataGridViewCellStyle;