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)
19409DataGridViewCellStyle inheritedCellStyle = new(); 19742DataGridViewCellStyle inheritedCellStyle = new(); 28204DataGridViewCellStyle defaultStyle = new(); 28225DataGridViewCellStyle 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)
470public 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)
2685DataGridViewCellStyle dataGridViewCellStyle = dataGridViewCell.GetInheritedStyle(inheritedCellStyle: null, _ptCurrentCell.Y, includeColors: true); 2832private void BuildInheritedColumnHeaderCellStyle(DataGridViewCellStyle inheritedCellStyle, DataGridViewCell cell) 2836DataGridViewCellStyle? cellStyle = null; 2843DataGridViewCellStyle columnHeadersStyle = ColumnHeadersDefaultCellStyle; 2846DataGridViewCellStyle dataGridViewStyle = DefaultCellStyle; 3298DataGridViewCellStyle dataGridViewCellStyle = dataGridViewCell.GetInheritedStyle(inheritedCellStyle: null, _ptCurrentCell.Y, includeColors: true); 9738private bool InitializeEditingCellValue(ref DataGridViewCellStyle dataGridViewCellStyle, ref DataGridViewCell dataGridViewCell) 9777private bool InitializeEditingControlValue(ref DataGridViewCellStyle dataGridViewCellStyle, DataGridViewCell dataGridViewCell) 11849DataGridViewCellStyle cellStyle) 12799DataGridViewCellStyle? cellStyle) 12912internal void OnCellStyleContentChanged(DataGridViewCellStyle dataGridViewCellStyle, DataGridViewCellStyle.DataGridViewCellStylePropertyInternal property) 12917case DataGridViewCellStyle.DataGridViewCellStylePropertyInternal.Font: 12935case DataGridViewCellStyle.DataGridViewCellStylePropertyInternal.ForeColor: 12946changeAffectsPreferredSize: property is not DataGridViewCellStyle.DataGridViewCellStylePropertyInternal.Color 12947and not DataGridViewCellStyle.DataGridViewCellStylePropertyInternal.ForeColor); 13148DataGridViewCellStyle dataGridViewCellStyle = currentCell.GetInheritedStyle(inheritedCellStyle: null, rowIndex, includeColors: false); 19409DataGridViewCellStyle inheritedCellStyle = new(); 19742DataGridViewCellStyle inheritedCellStyle = new(); 25419DataGridViewCellStyle? cellStyle = InheritedEditingCellStyle; 25547DataGridViewCellStyle dataGridViewCellStyle = dataGridViewCurrentCell.GetInheritedStyle(inheritedCellStyle: null, _ptCurrentCell.Y, includeColors: true); 28204DataGridViewCellStyle defaultStyle = new(); 28225DataGridViewCellStyle 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); 1471DataGridViewCellStyle dataGridViewCellStyle = GetInheritedStyle(inheritedCellStyle: null, rowIndex, includeColors: false); 1477protected virtual Rectangle GetContentBounds(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex) => Rectangle.Empty; 1484ref DataGridViewCellStyle dataGridViewCellStyle, 1527DataGridViewCellStyle dataGridViewCellStyle = GetInheritedStyle(inheritedCellStyle: null, rowIndex, includeColors: false); 1533DataGridViewCellStyle dataGridViewCellStyle = GetInheritedStyle(inheritedCellStyle: null, rowIndex, includeColors: false); 1538protected virtual Rectangle GetErrorIconBounds(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex) => Rectangle.Empty; 1569internal object? GetFormattedValue(int rowIndex, ref DataGridViewCellStyle cellStyle, DataGridViewDataErrorContexts context) 1590ref DataGridViewCellStyle cellStyle, 1871public virtual DataGridViewCellStyle GetInheritedStyle(DataGridViewCellStyle? inheritedCellStyle, int rowIndex, bool includeColors) 1888DataGridViewCellStyle inheritedCellStyleTmp; 1905DataGridViewCellStyle? cellStyle = null; 1912DataGridViewCellStyle? rowStyle = null; 1919DataGridViewCellStyle? columnStyle = null; 1926DataGridViewCellStyle dataGridViewStyle = DataGridView.DefaultCellStyle; 2277internal DataGridViewCellStyle GetInheritedStyleInternal(int rowIndex) => 2289DataGridViewCellStyle dataGridViewCellStyle = GetInheritedStyle(inheritedCellStyle: null, rowIndex, includeColors: false); 2301DataGridViewCellStyle dataGridViewCellStyle = GetInheritedStyle(inheritedCellStyle: null, rowIndex, includeColors: false); 2308DataGridViewCellStyle cellStyle, 2316DataGridViewCellStyle cellStyle, 2344DataGridViewCellStyle dataGridViewCellStyle = GetInheritedStyle(inheritedCellStyle: null, rowIndex, includeColors: false); 2462public virtual void InitializeEditingControl(int rowIndex, object? initialFormattedValue, DataGridViewCellStyle dataGridViewCellStyle) 2733DataGridViewCellStyle dataGridViewCellStyle = GetInheritedStyle(inheritedCellStyle: null, rowIndex, includeColors: false); 2753DataGridViewCellStyle dataGridViewCellStyle = GetInheritedStyle(inheritedCellStyle: null, rowIndex, includeColors: false); 3078DataGridViewCellStyle cellStyle, 3093DataGridViewCellStyle cellStyle, 3125DataGridViewCellStyle cellStyle, 3561DataGridViewCellStyle cellStyle, 3594DataGridViewCellStyle cellStyle, 3637DataGridViewCellStyle cellStyle, 3699DataGridViewCellStyle cellStyle, 3714DataGridViewCellStyle cellStyle, 3753DataGridViewCellStyle cellStyle, 3787DataGridViewCellStyle 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)
32/// Initializes a new instance of the <see cref="DataGridViewCellStyle"/> class. 40public DataGridViewCellStyle(DataGridViewCellStyle dataGridViewCellStyle) 395public virtual void ApplyStyle(DataGridViewCellStyle dataGridViewCellStyle) 470public virtual DataGridViewCellStyle Clone() => new(this); 473o is DataGridViewCellStyle dgvcs && GetDifferencesFrom(dgvcs) == DataGridViewCellStyleDifferences.None; 475internal 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, 1568DataGridViewCellStyle 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)
450protected override Rectangle GetContentBounds(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex) 517protected override Rectangle GetErrorIconBounds(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex) 565DataGridViewCellStyle cellStyle, 871DataGridViewCellStyle cellStyle, 909DataGridViewCellStyle 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;