8 writes to AutoSize
System.Windows.Forms.Tests (8)
System\Windows\Forms\SplitterPanelTests.cs (8)
134control.AutoSize = value; 140control.AutoSize = value; 146control.AutoSize = !value; 157AutoSize = true 169control.AutoSize = false; 174control.AutoSize = false; 179control.AutoSize = true; 185control.AutoSize = false;
9 references to AutoSize
System.Windows.Forms (1)
System\Windows\Forms\Panels\SplitterPanel.cs (1)
36/// Occurs when the value of the <see cref="AutoSize" /> property has changed.
System.Windows.Forms.Tests (8)
System\Windows\Forms\SplitterPanelTests.cs (8)
36Assert.False(control.AutoSize); 135Assert.Equal(value, control.AutoSize); 141Assert.Equal(value, control.AutoSize); 147Assert.Equal(!value, control.AutoSize); 170Assert.False(control.AutoSize); 175Assert.False(control.AutoSize); 180Assert.True(control.AutoSize); 186Assert.False(control.AutoSize);