5 references to Invoke
System.ComponentModel.TypeConverter (2)
System\ComponentModel\Design\Serialization\InstanceDescriptor.cs (1)
124translatedArguments[i] = instanceDescriptor.Invoke();
System\ComponentModel\TypeConverter.cs (1)
58return instanceDescriptor.Invoke();
System.Drawing.Common.Tests (1)
System\Drawing\FontConverterTests.cs (1)
123using Font newFont = (Font)descriptor.Invoke();
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MergePropertyDescriptor.cs (1)
150clonedValue = instanceDescriptor.Invoke();
System.Windows.Forms.Tests (1)
System\Windows\Forms\MonthCalendar.SelectionRangeConverterTests.cs (1)
106SelectionRange result = (SelectionRange)descriptor.Invoke();