2 writes to _uri
PresentationFramework (2)
System\Windows\Data\XmlNamespaceMapping.cs (2)
34_uri = uri; 69_uri = value;
6 references to _uri
PresentationFramework (6)
System\Windows\Data\XmlNamespaceMapping.cs (6)
61get { return _uri; } 66if (_uri != null && _uri != value) 118if (_uri != null) 119return unchecked(hash + _uri.GetHashCode()); 139if (_uri == null)