2 writes to _ownerType
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (2)
4611newRecord._ownerType = _ownerType; 4807set { _ownerType = value; }
2 references to _ownerType
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (2)
4611newRecord._ownerType = _ownerType; 4806get { return _ownerType; }