8 overrides of Layout
System.Windows.Forms (8)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonFlatAdapter.cs (1)
292
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)
91
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)
112
protected override LayoutOptions
Layout
(PaintEventArgs e)
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonFlatAdapter.cs (1)
86
protected override LayoutOptions
Layout
(PaintEventArgs e)
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonStandardAdapter.cs (1)
57
protected override LayoutOptions
Layout
(PaintEventArgs e)
2 references to Layout
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.cs (1)
54
options =
Layout
(e);
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckableControlBaseAdapter.cs (1)
33
options =
Layout
(pe);