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