Base:
property
Dock
System.Windows.Forms.Control.Dock
2 writes to Dock
System.Windows.Forms (1)
System\Windows\Forms\Controls\Splitter\Splitter.cs (1)
55Dock = 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))] 98protected override Cursor DefaultCursor => Dock switch 250switch (Dock) 279DockStyle dock = Dock; 399switch (Dock) 559switch (Dock) 610return Dock switch 722DockStyle dock = Dock; 781switch (Dock)