4 references to PropertyValueUIHandler
System.Windows.Forms (4)
System\Drawing\Design\IPropertyValueUIService.cs (4)
21
/// Adds the specified <see cref="
PropertyValueUIHandler
" /> to this service.
24
void AddPropertyValueUIHandler(
PropertyValueUIHandler
newHandler);
46
/// Removes a <see cref="
PropertyValueUIHandler
"/> from this service.
49
void RemovePropertyValueUIHandler(
PropertyValueUIHandler
newHandler);