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