4 references to ReportGetValueError
PresentationFramework (4)
MS\Internal\Data\ClrBindingWorker.cs (1)
679ReportGetValueError(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"));