2 writes to _prefix
PresentationFramework (2)
System\Windows\Data\XmlNamespaceMapping.cs (2)
35_prefix = prefix; 52_prefix = value;
6 references to _prefix
PresentationFramework (6)
System\Windows\Data\XmlNamespaceMapping.cs (6)
44get { return _prefix; } 49if (_prefix != null && _prefix != value) 124if (_prefix != null) 125hash = _prefix.GetHashCode(); 143if (_prefix == null)