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