2 writes to _typeContext
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
2717
newRecord.
_typeContext
= _typeContext;
2764
set {
_typeContext
= value; }
2 references to _typeContext
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
2717
newRecord._typeContext =
_typeContext
;
2763
get { return
_typeContext
; }