2 writes to _uri
PresentationFramework (2)
System\Windows\Data\XmlNamespaceMapping.cs (2)
34
_uri
= uri;
69
_uri
= value;
6 references to _uri
PresentationFramework (6)
System\Windows\Data\XmlNamespaceMapping.cs (6)
61
get { return
_uri
; }
66
if (
_uri
!= null &&
_uri
!= value)
118
if (
_uri
!= null)
119
return unchecked(hash +
_uri
.GetHashCode());
139
if (
_uri
== null)