4 references to _propertyMappingError
WindowsFormsIntegration (4)
System\Windows\Integration\PropertyMap.cs (4)
314if (_propertyMappingError != null) 316_propertyMappingError(SourceObject, args); 332add { _propertyMappingError += value; } 333remove { _propertyMappingError -= value; }