Base:
property
Dock
System.Windows.Forms.Control.Dock
2 writes to Dock
System.Windows.Forms (1)
System\Windows\Forms\Controls\Splitter\Splitter.cs (1)
55
Dock
= DockStyle.Left;
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DesignerFrame.cs (1)
276
_splitter.
Dock
= DockStyle.Bottom;
9 references to Dock
System.Windows.Forms (9)
System\Windows\Forms\Controls\Splitter\Splitter.cs (9)
17
[DefaultProperty(nameof(
Dock
))]
98
protected override Cursor DefaultCursor =>
Dock
switch
250
switch (
Dock
)
279
DockStyle dock =
Dock
;
399
switch (
Dock
)
559
switch (
Dock
)
610
return
Dock
switch
722
DockStyle dock =
Dock
;
781
switch (
Dock
)