9 writes to CellBorderStyle
System.Windows.Forms.Design (1)
System\ComponentModel\Design\ByteViewer.cs (1)
60
CellBorderStyle
= TableLayoutPanelCellBorderStyle.Inset;
System.Windows.Forms.Tests (8)
SerializableTypesTests.cs (1)
274
CellBorderStyle
= TableLayoutPanelCellBorderStyle.OutsetDouble,
System\Windows\Forms\TableLayoutPanelTests.cs (7)
235
control.
CellBorderStyle
= value;
242
control.
CellBorderStyle
= value;
271
control.
CellBorderStyle
= value;
281
control.
CellBorderStyle
= value;
296
Assert.Throws<InvalidEnumArgumentException>("value", () => control.
CellBorderStyle
= value);
1436
CellBorderStyle
= cellBorderStyle,
1476
CellBorderStyle
= cellBorderStyle,
9 references to CellBorderStyle
System.Windows.Forms (2)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutPanel.cs (2)
91
Debug.Assert(
CellBorderStyle
== value, "CellBorderStyle should be the same as we set it");
340
TableLayoutPanelCellBorderStyle cellBorderStyle =
CellBorderStyle
;
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
840
if (Table.
CellBorderStyle
!= TableLayoutPanelCellBorderStyle.None)
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\ByteViewerTests.cs (1)
42
Assert.Equal(TableLayoutPanelCellBorderStyle.Inset, control.
CellBorderStyle
);
System.Windows.Forms.Tests (5)
System\Windows\Forms\TableLayoutPanelTests.cs (5)
44
Assert.Equal(TableLayoutPanelCellBorderStyle.None, control.
CellBorderStyle
);
236
Assert.Equal(value, control.
CellBorderStyle
);
243
Assert.Equal(value, control.
CellBorderStyle
);
272
Assert.Equal(value, control.
CellBorderStyle
);
282
Assert.Equal(value, control.
CellBorderStyle
);