2 writes to _ownerType
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
4861newRecord._ownerType = _ownerType; 5057set { _ownerType = value; }
2 references to _ownerType
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
4861newRecord._ownerType = _ownerType; 5056get { return _ownerType; }