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