4 references to TryUnwrapObject
PresentationFramework (4)
MS\Internal\WindowsRuntime\Generated\WinRT\ComWrappersSupport.cs (2)
70return TryUnwrapObject(del.Target, out objRef); 85return TryUnwrapObject(
MS\Internal\WindowsRuntime\Generated\WinRT\ComWrappersSupport.net5.cs (1)
133if (ComWrappersSupport.TryUnwrapObject(obj, out var objRef))
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (1)
921if (unwrapObject && ComWrappersSupport.TryUnwrapObject(o, out var objRef))