2 writes to _ownerId
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (2)
4614newRecord._ownerId = _ownerId; 4638set { _ownerId = value; }
2 references to _ownerId
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (2)
4614newRecord._ownerId = _ownerId; 4637get { return _ownerId; }