2 writes to _uri
PresentationFramework (2)
src\Framework\System\Windows\Data\XmlNamespaceMapping.cs (2)
38_uri = uri; 73_uri = value;
6 references to _uri
PresentationFramework (6)
src\Framework\System\Windows\Data\XmlNamespaceMapping.cs (6)
65get { return _uri; } 70if (_uri != null && _uri != value) 128if (_uri != null) 129return unchecked(hash + _uri.GetHashCode()); 149if (_uri == null)