4 references to SetError
PresentationFramework (4)
MS\Internal\Data\PathParser.cs (4)
141
SetError
(nameof(SR.PathSyntax), _path.Substring(0, _index), _path.Substring(_index));
204
SetError
(nameof(SR.UnmatchedParen), _path.Substring(start));
210
SetError
(nameof(SR.UnmatchedParen), _path.Substring(0, _index));
253
SetError
(nameof(SR.UnmatchedBracket), _path.Substring(start - 1));