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