5 references to IsWindowsRuntimeObject
mscorlib (5)
system\runtime\interopservices\marshal.cs (4)
2037if (obj.GetType().IsWindowsRuntimeObject) 2074if (obj.GetType().IsWindowsRuntimeObject) 2099if (t.IsWindowsRuntimeObject) 2109if (o.GetType().IsWindowsRuntimeObject)
system\runtime\interopservices\windowsruntime\windowsruntimemarshal.cs (1)
1281if (type.IsWindowsRuntimeObject && type.IsImport)