16 references to ParentRow
PresentationFramework (16)
System\Windows\Controls\DataGrid.cs (1)
6355
DataGridRow parentRow = rowHeader.
ParentRow
;
System\Windows\Controls\Primitives\DataGridRowHeader.cs (15)
210
DataGridRow parent =
ParentRow
;
324
header.
ParentRow
,
334
var row = header.
ParentRow
;
352
var row = header.
ParentRow
;
374
header.
ParentRow
,
402
var row =
ParentRow
;
420
var row =
ParentRow
;
434
var row =
ParentRow
;
448
var row =
ParentRow
;
536
DataGridRow parent = header.
ParentRow
;
560
DataGridRow parentRow =
ParentRow
;
645
DataGridRow parent =
ParentRow
;
682
DataGridRow row =
ParentRow
;
706
return (gripper == _bottomGripper) ? this.
ParentRow
: PreviousRow;
773
DataGridRow parent =
ParentRow
;