4 references to TryAs
PresentationFramework (4)
MS\Internal\WindowsRuntime\Generated\WinRT\ComWrappersSupport.net5.cs (1)
107
if (objRef.
TryAs
<IInspectable.Vftbl>(out var inspectableRef) == 0)
MS\Internal\WindowsRuntime\Generated\WinRT\ExceptionHelpers.cs (2)
106
if (restrictedErrorInfoRef.
TryAs
<ABI.WinRT.Interop.ILanguageExceptionErrorInfo.Vftbl>(out var languageErrorInfoRef) >= 0)
131
restrictedErrorInfoRef.
TryAs
<ABI.WinRT.Interop.IErrorInfo.Vftbl>(out iErrorInfo);
MS\Internal\WindowsRuntime\Generated\WinRT\Projections.cs (1)
201
if(objectReference.
TryAs
<IInspectable.Vftbl>(out var inspectablePtr) == 0)