2 writes to Dock
System.Windows.Forms.Design.Tests (2)
System\Windows\Forms\Design\ListBoxDesignerTests.cs (2)
74designer.Dock = dockStyle; 97designer.Dock = dockStyle;
3 references to Dock
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ListBoxDesigner.cs (2)
70if (properties[nameof(Dock)] is PropertyDescriptor dockProp) 72properties[nameof(Dock)] = TypeDescriptor.CreateProperty(typeof(ListBoxDesigner), dockProp, []);
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ListBoxDesignerTests.cs (1)
61designer.Dock.Should().Be(listBox.Dock);