1 write to InvokeHandler
System.Windows.Forms (1)
System\Drawing\Design\PropertyValueUIItem.cs (1)
18InvokeHandler = 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)
24Assert.Same(handler, item.InvokeHandler);