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