2 writes to _uri
PresentationFramework (2)
System\Windows\Data\XmlNamespaceMapping.cs (2)
36_uri = uri; 71_uri = value;
6 references to _uri
PresentationFramework (6)
System\Windows\Data\XmlNamespaceMapping.cs (6)
63get { return _uri; } 68if (_uri != null && _uri != value) 126if (_uri != null) 127return unchecked(hash + _uri.GetHashCode()); 147if (_uri == null)