4 references to GetObjectReferenceForInterface
PresentationFramework (4)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (1)
350
return new global::MS.Internal.WindowsRuntime.ABI.Windows.Data.Text.IWordsSegmenter(ComWrappersSupport.
GetObjectReferenceForInterface
(ptr));
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (1)
102
return new global::MS.Internal.WindowsRuntime.ABI.Windows.Globalization.ILanguage(ComWrappersSupport.
GetObjectReferenceForInterface
(ptr));
MS\Internal\WindowsRuntime\Generated\WinRT.cs (1)
260
return ComWrappersSupport.
GetObjectReferenceForInterface
(instancePtr).As<I>();
MS\Internal\WindowsRuntime\Generated\WinRT\ComWrappersSupport.net5.cs (1)
105
IObjectReference objRef = ComWrappersSupport.
GetObjectReferenceForInterface
(externalComObject);