4 references to _propertyMappingError
WindowsFormsIntegration (4)
System\Windows\Integration\PropertyMap.cs (4)
338if (_propertyMappingError != null) 340_propertyMappingError(SourceObject, args); 358add { _propertyMappingError += value; } 359remove { _propertyMappingError -= value; }