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