4 references to QueryGetBaseAttributes
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2ICategorizePropertiesHandler.cs (1)
79
propDesc[i].
QueryGetBaseAttributes
+= new GetAttributesEventHandler(this.OnGetAttributes);
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2IPerPropertyBrowsingHandler.cs (1)
31
propDesc[i].
QueryGetBaseAttributes
+= new GetAttributesEventHandler(this.OnGetBaseAttributes);
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2IProvidePropertyBuilderHandler.cs (1)
55
propDesc[i].
QueryGetBaseAttributes
+= new GetAttributesEventHandler(this.OnGetBaseAttributes);
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2IVsPerPropertyBrowsingHandler.cs (1)
61
propDesc[i].
QueryGetBaseAttributes
+= new GetAttributesEventHandler(this.OnGetBaseAttributes);