3 references to ComSourceInterfacesAttribute
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (3)
17966object[] custom = controlType.GetCustomAttributes(typeof(ComSourceInterfacesAttribute), false); 17969ComSourceInterfacesAttribute coms = (ComSourceInterfacesAttribute)custom[0];