2 writes to _error
PresentationFramework (2)
src\Framework\MS\Internal\Data\PathParser.cs (2)
66
void 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)
65
public String Error { get { return
_error
; } }
172
if (
_error
== null)