2 writes to _xmlns
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
1315
newRecord.
_xmlns
= _xmlns;
1332
set {
_xmlns
= value; }
2 references to _xmlns
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
1315
newRecord._xmlns =
_xmlns
;
1331
get { return
_xmlns
; }