11 overrides of Layout
System.Windows.Forms (11)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonFlatAdapter.cs (1)
287protected override LayoutOptions Layout(PaintEventArgs e) =>
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonPopupAdapter.cs (1)
139protected override LayoutOptions Layout(PaintEventArgs e)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonStandardAdapter.cs (1)
207protected override LayoutOptions Layout(PaintEventArgs e)
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxFlatAdapter.cs (1)
89protected override LayoutOptions Layout(PaintEventArgs e)
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxModernAdapter.cs (1)
61protected override LayoutOptions Layout(PaintEventArgs e)
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxPopupAdapter.cs (1)
120protected override LayoutOptions Layout(PaintEventArgs e)
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxStandardAdapter.cs (1)
110protected override LayoutOptions Layout(PaintEventArgs e)
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\ButtonDarkModeAdapter.cs (1)
167protected override LayoutOptions Layout(PaintEventArgs e) => CommonLayout();
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonFlatAdapter.cs (1)
86protected override LayoutOptions Layout(PaintEventArgs e)
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonModernAdapter.cs (1)
61protected override LayoutOptions Layout(PaintEventArgs e)
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonStandardAdapter.cs (1)
55protected override LayoutOptions Layout(PaintEventArgs e)
2 references to Layout
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.cs (1)
57options = Layout(e);
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckableControlBaseAdapter.cs (1)
33options = Layout(pe);