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)
276
CellBorderStyle
= TableLayoutPanelCellBorderStyle.OutsetDouble,
System\Windows\Forms\TableLayoutPanelTests.cs (7)
237
control.
CellBorderStyle
= value;
244
control.
CellBorderStyle
= value;
273
control.
CellBorderStyle
= value;
283
control.
CellBorderStyle
= value;
298
Assert.Throws<InvalidEnumArgumentException>("value", () => control.
CellBorderStyle
= value);
1438
CellBorderStyle
= cellBorderStyle,
1478
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)
44
Assert.Equal(TableLayoutPanelCellBorderStyle.Inset, control.
CellBorderStyle
);
System.Windows.Forms.Tests (5)
System\Windows\Forms\TableLayoutPanelTests.cs (5)
46
Assert.Equal(TableLayoutPanelCellBorderStyle.None, control.
CellBorderStyle
);
238
Assert.Equal(value, control.
CellBorderStyle
);
245
Assert.Equal(value, control.
CellBorderStyle
);
274
Assert.Equal(value, control.
CellBorderStyle
);
284
Assert.Equal(value, control.
CellBorderStyle
);