19 references to GetRef
PresentationFramework (19)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (7)
90ppv = objRef.GetRef(); 308ppv = objRef.GetRef(); 415ppv = objRef.GetRef(); 433public static IntPtr FromManaged(global::MS.Internal.WindowsRuntime.Windows.Data.Text.AlternateWordForm obj) => obj is null ? IntPtr.Zero : CreateMarshaler(obj).GetRef(); 1557public static IntPtr FromManaged(global::MS.Internal.WindowsRuntime.Windows.Data.Text.WordSegment obj) => obj is null ? IntPtr.Zero : CreateMarshaler(obj).GetRef(); 1633public static IntPtr FromManaged(global::MS.Internal.WindowsRuntime.Windows.Data.Text.WordSegmentsTokenizingHandler managedDelegate) => CreateMarshaler(managedDelegate)?.GetRef() ?? IntPtr.Zero; 1666public 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)
195ppv = objRef.GetRef(); 846public 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)
106unknownRef.GetRef(),
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (5)
858return CreateMarshaler(value).GetRef(); 864(value is null) ? IntPtr.Zero : CreateMarshaler(value).GetRef(); 964return objRef?.GetRef() ?? IntPtr.Zero; 970*(IntPtr*)dest.ToPointer() = objRef?.GetRef() ?? IntPtr.Zero; 1083FromManaged = (T value) => ((IObjectReference)CreateMarshaler(value)).GetRef();
MS\Internal\WindowsRuntime\Generated\WinRT\ObjectReference.cs (1)
259objRef = new ObjectReferenceWithContext<U>(thatPtr, contextCallbackReference.GetRef());
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (2)
53(value is null) ? IntPtr.Zero : CreateMarshaler(value).GetRef(); 212(value is null) ? IntPtr.Zero : CreateMarshaler(value).GetRef();
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (1)
48(value is null) ? IntPtr.Zero : CreateMarshaler(value).GetRef();