3 writes to Owner
PresentationFramework (3)
System\Windows\Controls\GridView.cs (1)
232_columns.Owner = this;
System\Windows\Controls\Primitives\GridViewRowPresenterBase.cs (2)
265oldCollection.Owner = null; 278newCollection.Owner = c.GetStableAncester();
2 references to Owner
PresentationFramework (2)
System\Windows\Controls\Primitives\GridViewRowPresenterBase.cs (2)
263if (!oldCollection.InViewMode && oldCollection.Owner == c.GetStableAncester()) 276if (!newCollection.InViewMode && newCollection.Owner == null)