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