2 writes to _prefix
PresentationFramework (2)
System\Windows\Data\XmlNamespaceMapping.cs (2)
33_prefix = prefix; 50_prefix = value;
6 references to _prefix
PresentationFramework (6)
System\Windows\Data\XmlNamespaceMapping.cs (6)
42get { return _prefix; } 47if (_prefix != null && _prefix != value) 116if (_prefix != null) 117hash = _prefix.GetHashCode(); 135if (_prefix == null)