2 writes to _error
PresentationFramework (2)
MS\Internal\Data\PathParser.cs (2)
64void SetError(string id, params object[] args) { _error = SR.Format(SR.GetResourceString(id), args); } 98_error = null;
2 references to _error
PresentationFramework (2)
MS\Internal\Data\PathParser.cs (2)
63public String Error { get { return _error; } } 170if (_error == null)