2 references to s_propAlignment
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewCellStyle.cs (2)
69
get => Properties.GetValueOrDefault(
s_propAlignment
, DataGridViewContentAlignment.NotSet);
100
Properties.AddOrRemoveValue(
s_propAlignment
, value, defaultValue: DataGridViewContentAlignment.NotSet);