2 writes to _prefix
PresentationFramework (2)
System\Windows\Data\XmlNamespaceMapping.cs (2)
34_prefix = prefix; 51_prefix = value;
6 references to _prefix
PresentationFramework (6)
System\Windows\Data\XmlNamespaceMapping.cs (6)
43get { return _prefix; } 48if (_prefix != null && _prefix != value) 117if (_prefix != null) 118hash = _prefix.GetHashCode(); 136if (_prefix == null)