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