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