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