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