8 overrides of Layout
System.Windows.Forms (8)
winforms\Managed\System\WinForms\ButtonInternal\ButtonFlatAdapter.cs (1)
271
protected override LayoutOptions
Layout
(PaintEventArgs e) {
winforms\Managed\System\WinForms\ButtonInternal\ButtonPopupAdapter.cs (1)
148
protected override LayoutOptions
Layout
(PaintEventArgs e) {
winforms\Managed\System\WinForms\ButtonInternal\ButtonStandardAdapter.cs (1)
223
protected override LayoutOptions
Layout
(PaintEventArgs e) {
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxFlatAdapter.cs (1)
88
protected override LayoutOptions
Layout
(PaintEventArgs e) {
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxPopupAdapter.cs (1)
107
protected override LayoutOptions
Layout
(PaintEventArgs e) {
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxStandardAdapter.cs (1)
106
protected override LayoutOptions
Layout
(PaintEventArgs e) {
winforms\Managed\System\WinForms\ButtonInternal\RadioButtonFlatAdapter.cs (1)
88
protected override LayoutOptions
Layout
(PaintEventArgs e) {
winforms\Managed\System\WinForms\ButtonInternal\RadioButtonStandardAdapter.cs (1)
66
protected override LayoutOptions
Layout
(PaintEventArgs e) {
2 references to Layout
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (1)
58
LayoutOptions options =
Layout
(pe);
winforms\Managed\System\WinForms\ButtonInternal\CheckableControlBaseAdapter.cs (1)
41
LayoutOptions options =
Layout
(pe);