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