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