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