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