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