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