2 writes to _uri
PresentationFramework (2)
src\Framework\System\Windows\Data\XmlNamespaceMapping.cs (2)
38
_uri
= uri;
73
_uri
= value;
6 references to _uri
PresentationFramework (6)
src\Framework\System\Windows\Data\XmlNamespaceMapping.cs (6)
65
get { return
_uri
; }
70
if (
_uri
!= null &&
_uri
!= value)
128
if (
_uri
!= null)
129
return unchecked(hash +
_uri
.GetHashCode());
149
if (
_uri
== null)