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)
63
get { return
_uri
; }
68
if (
_uri
!= null &&
_uri
!= value)
126
if (
_uri
!= null)
127
return unchecked(hash +
_uri
.GetHashCode());
147
if (
_uri
== null)