2 writes to Owner
PresentationFramework (2)
System\Windows\Controls\Grid.cs (2)
331rowDefinitions.Owner = null; 338value.Owner = this;
2 references to Owner
PresentationFramework (2)
System\Windows\Controls\Grid.cs (2)
318if (value?.Owner is not null) 320if (value.Owner == this)