4 references to ReportGetValueError
PresentationFramework (4)
MS\Internal\Data\ClrBindingWorker.cs (1)
679
ReportGetValueError
(k, request.SourceItem, request.Exception);
MS\Internal\Data\PropertyPathWorker.cs (3)
1527
_host?.
ReportGetValueError
(k, item, ex);
1531
_host?.
ReportGetValueError
(k, item, new InvalidOperationException(SR.Format(SR.NonCLSException, "GetValue")));
1538
_host?.
ReportGetValueError
(k, item, new ArgumentOutOfRangeException("index"));