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