1 instantiation of PropertyMappingExceptionEventArgs
WindowsFormsIntegration (1)
System\Windows\Integration\PropertyMap.cs (1)
337
PropertyMappingExceptionEventArgs args = new
PropertyMappingExceptionEventArgs
(ex, propertyName, value);
3 references to PropertyMappingExceptionEventArgs
WindowsFormsIntegration (3)
System\Windows\Integration\PropertyMap.cs (3)
337
PropertyMappingExceptionEventArgs
args = new PropertyMappingExceptionEventArgs(ex, propertyName, value);
351
private event EventHandler<
PropertyMappingExceptionEventArgs
> _propertyMappingError;
356
public event EventHandler<
PropertyMappingExceptionEventArgs
> PropertyMappingError