3 references to EventGetDynamicAttributes
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (3)
604
Events.AddHandler(
EventGetDynamicAttributes
, value);
607
Events.RemoveHandler(
EventGetDynamicAttributes
, value);
1065
GetAttributesEventHandler handler = (GetAttributesEventHandler)Events[
EventGetDynamicAttributes
];