4 references to IsTypeVisibleFromCom
mscorlib (1)
system\runtime\interopservices\registrationservices.cs (1)
364return Marshal.IsTypeVisibleFromCom(type);
PresentationFramework (2)
src\Framework\System\Windows\Controls\WebBrowser.cs (1)
603if (!System.Runtime.InteropServices.Marshal.IsTypeVisibleFromCom(t))
src\Framework\System\Windows\Interop\DynamicScriptObject.cs (1)
427if (!Marshal.IsTypeVisibleFromCom(argType) && !argType.IsCOMObject && argType != typeof(DateTime))
System.Windows.Forms (1)
winforms\Managed\System\WinForms\WebBrowser.cs (1)
510if (!Marshal.IsTypeVisibleFromCom(t))