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