3 writes to Owner
PresentationFramework (3)
System\Windows\Controls\GridView.cs (1)
231Owner = this,
System\Windows\Controls\Primitives\GridViewRowPresenterBase.cs (2)
264oldCollection.Owner = null; 277newCollection.Owner = c.GetStableAncester();
2 references to Owner
PresentationFramework (2)
System\Windows\Controls\Primitives\GridViewRowPresenterBase.cs (2)
262if (!oldCollection.InViewMode && oldCollection.Owner == c.GetStableAncester()) 275if (!newCollection.InViewMode && newCollection.Owner == null)