2 writes to parentRowView
System.Data (2)
fx\src\data\System\Data\RelatedView.cs (2)
24
this.
parentRowView
= null;
35
this.
parentRowView
= parentRowView;
4 references to parentRowView
System.Data (4)
fx\src\data\System\Data\RelatedView.cs (4)
48
if (!
parentRowView
.HasRecord()) {
51
return parentKey.Value.GetKeyValues(
parentRowView
.GetRecord());
123
parentRowView
.Equals(other.
parentRowView
));