3 writes to Owner
PresentationFramework (3)
System\Windows\Controls\GridView.cs (1)
233_columns.Owner = this;
System\Windows\Controls\Primitives\GridViewRowPresenterBase.cs (2)
269oldCollection.Owner = null; 282newCollection.Owner = c.GetStableAncester();
2 references to Owner
PresentationFramework (2)
System\Windows\Controls\Primitives\GridViewRowPresenterBase.cs (2)
267if (!oldCollection.InViewMode && oldCollection.Owner == c.GetStableAncester()) 280if (!newCollection.InViewMode && newCollection.Owner == null)