2 writes to _xmlns
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (2)
1296
newRecord.
_xmlns
= _xmlns;
1313
set {
_xmlns
= value; }
2 references to _xmlns
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (2)
1296
newRecord._xmlns =
_xmlns
;
1312
get { return
_xmlns
; }