3 writes to GridSize
DesignSurfaceExt (1)
DesignerOptionServiceExt.cs (1)
28GridSize = _gridSize,
System.Windows.Forms.Design.Tests (2)
System\Windows\Forms\Design\DesignerOptionsTests.cs (2)
62GridSize = value 67options.GridSize = value;
4 references to GridSize
System.Windows.Forms.Design.Tests (4)
System\Windows\Forms\Design\DesignerOptionsTests.cs (3)
17Assert.Equal(new Size(8, 8), options.GridSize); 64Assert.Equal(expected, options.GridSize); 68Assert.Equal(expected, options.GridSize);
System\Windows\Forms\Design\WindowsFormsDesignerOptionServiceTests.cs (1)
20Assert.Equal(new Size(8, 8), options.GridSize);