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