2 writes to _error
PresentationFramework (2)
src\Framework\MS\Internal\Data\PathParser.cs (2)
66void SetError(string id, params object[] args) { _error = SR.Get(id, args); } 100_error = null;
2 references to _error
PresentationFramework (2)
src\Framework\MS\Internal\Data\PathParser.cs (2)
65public String Error { get { return _error; } } 172if (_error == null)