3 overrides of CommonLayoutOptions
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripDropDownButton.cs (1)
269protected override ToolStripItemLayoutOptions CommonLayoutOptions() {
winforms\Managed\System\WinForms\ToolStripLabel.cs (1)
427protected override ToolStripItemLayoutOptions CommonLayoutOptions() {
winforms\Managed\System\WinForms\ToolStripStatusLabel.cs (1)
290protected override ToolStripItemLayoutOptions CommonLayoutOptions() {
5 references to CommonLayoutOptions
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ToolStripDropDownButton.cs (1)
270ToolStripItemLayoutOptions options = base.CommonLayoutOptions();
winforms\Managed\System\WinForms\ToolStripItem.cs (2)
4671return CommonLayoutOptions().gdiTextFormatFlags; 4741currentLayoutOptions = CommonLayoutOptions();
winforms\Managed\System\WinForms\ToolStripLabel.cs (1)
428ToolStripItemLayoutOptions layoutOptions = base.CommonLayoutOptions();
winforms\Managed\System\WinForms\ToolStripStatusLabel.cs (1)
291ToolStripItemLayoutOptions layoutOptions = base.CommonLayoutOptions();