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