16 references to ParentRow
PresentationFramework (16)
System\Windows\Controls\DataGrid.cs (1)
6397
DataGridRow parentRow = rowHeader.
ParentRow
;
System\Windows\Controls\Primitives\DataGridRowHeader.cs (15)
211
DataGridRow parent =
ParentRow
;
325
header.
ParentRow
,
335
var row = header.
ParentRow
;
353
var row = header.
ParentRow
;
375
header.
ParentRow
,
403
var row =
ParentRow
;
421
var row =
ParentRow
;
435
var row =
ParentRow
;
449
var row =
ParentRow
;
537
DataGridRow parent = header.
ParentRow
;
561
DataGridRow parentRow =
ParentRow
;
646
DataGridRow parent =
ParentRow
;
683
DataGridRow row =
ParentRow
;
707
return (gripper == _bottomGripper) ? this.
ParentRow
: PreviousRow;
774
DataGridRow parent =
ParentRow
;