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