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