7 references to Both
System.Windows.Forms (7)
winforms\Managed\System\WinForms\DataGrid.cs (2)
83private const DataGridParentRowsLabelStyle defaultParentRowsLabelStyle = DataGridParentRowsLabelStyle.Both; 1897if (!ClientUtils.IsEnumValid(value, (int)value, (int)DataGridParentRowsLabelStyle.None, (int)DataGridParentRowsLabelStyle.Both))
winforms\Managed\System\WinForms\DataGridParentRows.cs (5)
389dataGrid.ParentRowsLabelStyle == DataGridParentRowsLabelStyle.Both) { 685dataGrid.ParentRowsLabelStyle == DataGridParentRowsLabelStyle.Both) { 693dataGrid.ParentRowsLabelStyle == DataGridParentRowsLabelStyle.Both) { 874dataGrid.ParentRowsLabelStyle == DataGridParentRowsLabelStyle.Both) { 918dataGrid.ParentRowsLabelStyle == DataGridParentRowsLabelStyle.Both) {