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