5 writes to GridSize
DesignSurfaceExt (3)
DesignerOptionServiceExt.cs (3)
41GridSize = _gridSize, 65GridSize = _gridSize, 87GridSize = new System.Drawing.Size(8, 8),
System.Windows.Forms.Design.Tests (2)
System\Windows\Forms\Design\DesignerOptionsTests.cs (2)
60GridSize = value 65options.GridSize = value;
4 references to GridSize
System.Windows.Forms.Design.Tests (4)
System\Windows\Forms\Design\DesignerOptionsTests.cs (3)
15Assert.Equal(new Size(8, 8), options.GridSize); 62Assert.Equal(expected, options.GridSize); 66Assert.Equal(expected, options.GridSize);
System\Windows\Forms\Design\WindowsFormsDesignerOptionServiceTests.cs (1)
18Assert.Equal(new Size(8, 8), options.GridSize);