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) 123if (_prefix != null) 124hash = _prefix.GetHashCode(); 142if (_prefix == null)