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