5 references to PreferredSize
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridViewButtonCell.cs (1)
344string formattedString = GetFormattedValue(rowIndex, ref cellStyle, DataGridViewDataErrorContexts.Formatting | DataGridViewDataErrorContexts.PreferredSize) as string;
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (1)
1445string formattedValue = GetFormattedValue(rowIndex, ref cellStyle, DataGridViewDataErrorContexts.Formatting | DataGridViewDataErrorContexts.PreferredSize) as string;
winforms\Managed\System\WinForms\DataGridViewImageCell.cs (1)
479object formattedValue = GetFormattedValue(rowIndex, ref cellStyle, DataGridViewDataErrorContexts.Formatting | DataGridViewDataErrorContexts.PreferredSize);
winforms\Managed\System\WinForms\DataGridViewLinkCell.cs (1)
666object formattedValue = GetFormattedValue(rowIndex, ref cellStyle, DataGridViewDataErrorContexts.Formatting | DataGridViewDataErrorContexts.PreferredSize);
winforms\Managed\System\WinForms\DataGridViewTextBoxCell.cs (1)
441object formattedValue = GetFormattedValue(rowIndex, ref cellStyle, DataGridViewDataErrorContexts.Formatting | DataGridViewDataErrorContexts.PreferredSize);