37 references to OutsetPartial
System.Windows.Forms (37)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (9)
246
= DataGridViewAdvancedCellBorderStyle.
OutsetPartial
;
248
= DataGridViewAdvancedCellBorderStyle.
OutsetPartial
;
426
DataGridViewAdvancedCellBorderStyle.
OutsetPartial
,
504
case DataGridViewAdvancedCellBorderStyle.
OutsetPartial
:
575
case DataGridViewAdvancedCellBorderStyle.
OutsetPartial
:
1446
DataGridViewAdvancedCellBorderStyle.
OutsetPartial
=> DataGridViewHeaderBorderStyle.Raised,
1470
AdvancedColumnHeadersBorderStyle.All = DataGridViewAdvancedCellBorderStyle.
OutsetPartial
;
3242
DataGridViewAdvancedCellBorderStyle.
OutsetPartial
=> DataGridViewHeaderBorderStyle.Raised,
3267
AdvancedRowHeadersBorderStyle.All = DataGridViewAdvancedCellBorderStyle.
OutsetPartial
;
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (6)
105
case DataGridViewAdvancedCellBorderStyle.
OutsetPartial
:
191
case DataGridViewAdvancedCellBorderStyle.
OutsetPartial
:
196
: DataGridViewAdvancedCellBorderStyle.
OutsetPartial
;
201
: DataGridViewAdvancedCellBorderStyle.
OutsetPartial
;
209
: DataGridViewAdvancedCellBorderStyle.
OutsetPartial
;
213
: DataGridViewAdvancedCellBorderStyle.
OutsetPartial
;
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (16)
3215
case DataGridViewAdvancedCellBorderStyle.
OutsetPartial
:
3235
if (advancedBorderStyle.Top is DataGridViewAdvancedCellBorderStyle.
OutsetPartial
or
3241
if (advancedBorderStyle.Bottom == DataGridViewAdvancedCellBorderStyle.
OutsetPartial
)
3253
if (advancedBorderStyle.Top is DataGridViewAdvancedCellBorderStyle.
OutsetPartial
or
3259
if (advancedBorderStyle.Bottom == DataGridViewAdvancedCellBorderStyle.
OutsetPartial
)
3283
case DataGridViewAdvancedCellBorderStyle.
OutsetPartial
:
3303
if (advancedBorderStyle.Top is DataGridViewAdvancedCellBorderStyle.
OutsetPartial
or
3309
if (advancedBorderStyle.Bottom == DataGridViewAdvancedCellBorderStyle.
OutsetPartial
)
3321
if (advancedBorderStyle.Top is DataGridViewAdvancedCellBorderStyle.
OutsetPartial
or
3327
if (advancedBorderStyle.Bottom is DataGridViewAdvancedCellBorderStyle.
OutsetPartial
or
3381
case DataGridViewAdvancedCellBorderStyle.
OutsetPartial
:
3410
if (advancedBorderStyle.Left is not DataGridViewAdvancedCellBorderStyle.
OutsetPartial
and
3417
if (advancedBorderStyle.Right is DataGridViewAdvancedCellBorderStyle.
OutsetPartial
or
3429
if (advancedBorderStyle.Left is not DataGridViewAdvancedCellBorderStyle.
OutsetPartial
and
3436
if (advancedBorderStyle.Right is DataGridViewAdvancedCellBorderStyle.
OutsetPartial
or
3475
case DataGridViewAdvancedCellBorderStyle.
OutsetPartial
:
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnHeaderCell.cs (2)
1012
case DataGridViewAdvancedCellBorderStyle.
OutsetPartial
:
1096
case DataGridViewAdvancedCellBorderStyle.
OutsetPartial
:
System\Windows\Forms\Controls\DataGridView\DataGridViewRow.cs (4)
396
case DataGridViewAdvancedCellBorderStyle.
OutsetPartial
:
509
case DataGridViewAdvancedCellBorderStyle.
OutsetPartial
:
527
dataGridViewAdvancedBorderStylePlaceholder.TopInternal = DataGridViewAdvancedCellBorderStyle.
OutsetPartial
;
530
dataGridViewAdvancedBorderStylePlaceholder.BottomInternal = isLastVisibleRow ? DataGridViewAdvancedCellBorderStyle.Outset : DataGridViewAdvancedCellBorderStyle.
OutsetPartial
;