Base:
property
Dock
System.Windows.Forms.Control.Dock
1 write to Dock
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolBar.cs (1)
144
Dock
= DockStyle.Top;
12 references to Dock
System.Windows.Forms (12)
winforms\Managed\System\WinForms\ToolBar.cs (12)
204
if (
Dock
== DockStyle.Left ||
Dock
== DockStyle.Right) {
212
AdjustSize(
Dock
);
406
AdjustSize(
Dock
);
529
if (
Dock
!= value) {
1327
if (Wrappable) AdjustSize(
Dock
);
1345
AdjustSize(
Dock
);
1404
AdjustSize(
Dock
);
1456
if (
Dock
== DockStyle.Left ||
Dock
== DockStyle.Right) {
1460
if (width != originalWidth &&
Dock
== DockStyle.Right) {
1470
if (height != originalHeight &&
Dock
== DockStyle.Bottom) {