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)
62
get { return
_uri
; }
67
if (
_uri
!= null &&
_uri
!= value)
125
if (
_uri
!= null)
126
return unchecked(hash +
_uri
.GetHashCode());
146
if (
_uri
== null)