19 references to GetRef
PresentationFramework (19)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (7)
83ppv = objRef.GetRef(); 301ppv = objRef.GetRef(); 408ppv = objRef.GetRef(); 426public static IntPtr FromManaged(global::MS.Internal.WindowsRuntime.Windows.Data.Text.AlternateWordForm obj) => obj is null ? IntPtr.Zero : CreateMarshaler(obj).GetRef(); 1550public static IntPtr FromManaged(global::MS.Internal.WindowsRuntime.Windows.Data.Text.WordSegment obj) => obj is null ? IntPtr.Zero : CreateMarshaler(obj).GetRef(); 1626public static IntPtr FromManaged(global::MS.Internal.WindowsRuntime.Windows.Data.Text.WordSegmentsTokenizingHandler managedDelegate) => CreateMarshaler(managedDelegate)?.GetRef() ?? IntPtr.Zero; 1659public static IntPtr FromManaged(global::MS.Internal.WindowsRuntime.Windows.Data.Text.WordsSegmenter obj) => obj is null ? IntPtr.Zero : CreateMarshaler(obj).GetRef();
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (2)
188ppv = objRef.GetRef(); 839public static IntPtr FromManaged(global::MS.Internal.WindowsRuntime.Windows.Globalization.Language obj) => obj is null ? IntPtr.Zero : CreateMarshaler(obj).GetRef();
MS\Internal\WindowsRuntime\Generated\WinRT\ComWrappersSupport.cs (1)
95unknownRef.GetRef(),
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (5)
850return CreateMarshaler(value).GetRef(); 856(value is null) ? IntPtr.Zero : CreateMarshaler(value).GetRef(); 956return objRef?.GetRef() ?? IntPtr.Zero; 962*(IntPtr*)dest.ToPointer() = objRef?.GetRef() ?? IntPtr.Zero; 1075FromManaged = (T value) => ((IObjectReference)CreateMarshaler(value)).GetRef();
MS\Internal\WindowsRuntime\Generated\WinRT\ObjectReference.cs (1)
254objRef = new ObjectReferenceWithContext<U>(thatPtr, contextCallbackReference.GetRef());
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (2)
47(value is null) ? IntPtr.Zero : CreateMarshaler(value).GetRef(); 206(value is null) ? IntPtr.Zero : CreateMarshaler(value).GetRef();
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (1)
42(value is null) ? IntPtr.Zero : CreateMarshaler(value).GetRef();