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