4 references to ReportGetValueError
PresentationFramework (4)
MS\Internal\Data\ClrBindingWorker.cs (1)
698ReportGetValueError(k, request.SourceItem, request.Exception);
MS\Internal\Data\PropertyPathWorker.cs (3)
1530_host.ReportGetValueError(k, item, ex); 1535_host.ReportGetValueError(k, item, new InvalidOperationException(SR.Format(SR.NonCLSException, "GetValue"))); 1543_host.ReportGetValueError(k, item, new ArgumentOutOfRangeException("index"));