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)
1528
_host?.
ReportGetValueError
(k, item, ex);
1532
_host?.
ReportGetValueError
(k, item, new InvalidOperationException(SR.Format(SR.NonCLSException, "GetValue")));
1539
_host?.
ReportGetValueError
(k, item, new ArgumentOutOfRangeException("index"));