2 writes to _xmlNamespace
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (2)
1213newRecord._xmlNamespace = _xmlNamespace; 1236set { _xmlNamespace = value; }
2 references to _xmlNamespace
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (2)
1213newRecord._xmlNamespace = _xmlNamespace; 1235get { return _xmlNamespace; }