1 write to InvokeHandler
System.Windows.Forms (1)
System\Drawing\Design\PropertyValueUIItem.cs (1)
18
InvokeHandler
= handler.OrThrowIfNull();
2 references to InvokeHandler
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
491
_propertyValueUIItems[i].
InvokeHandler
(this, PropertyDescriptor, _propertyValueUIItems[i]);
System.Windows.Forms.Tests (1)
System\Drawing\Design\PropertyValueUIItemTests.cs (1)
24
Assert.Same(handler, item.
InvokeHandler
);