2 writes to _uri
PresentationFramework (2)
System\Windows\Data\XmlNamespaceMapping.cs (2)
35_uri = uri; 70_uri = value;
6 references to _uri
PresentationFramework (6)
System\Windows\Data\XmlNamespaceMapping.cs (6)
62get { return _uri; } 67if (_uri != null && _uri != value) 125if (_uri != null) 126return unchecked(hash + _uri.GetHashCode()); 146if (_uri == null)