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