2 writes to Owner
PresentationFramework (2)
System\Windows\Controls\Grid.cs (2)
289columnDefinitions.Owner = null; 296value.Owner = this;
2 references to Owner
PresentationFramework (2)
System\Windows\Controls\Grid.cs (2)
276if (value?.Owner is not null) 278if (value.Owner == this)